Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker for elixir

FROM bitwalker/alpine-elixir-phoenix:latest

WORKDIR /app

COPY mix.exs .
COPY mix.lock .

RUN mkdir assets

COPY assets/package.json assets
COPY assets/package-lock.json assets

CMD mix deps.get && cd assets && npm install && cd .. && mix phx.server
Comment

PREVIOUS NEXT
Code Example
Shell :: install bootstrap angular 
Shell :: remove first word of pipe output 
Shell :: installing .deb on kali 
Shell :: bash count character in variable 
Shell :: install nodejs with pacman 
Shell :: ubuntu delete directory and all files 
Shell :: shell replace substring 
Shell :: clean my ubuntu 
Shell :: linux list top cpu processes 
Shell :: Get pid of process that created a specific window 
Shell :: apache2 default config file 
Shell :: wkhtmltopdf javascript 
Shell :: unstage staged files git 
Shell :: uncommit last commit in local 
Shell :: tmu rename tab 
Shell :: echo export path 
Shell :: apply git diff 
Shell :: reset to origin 
Shell :: scp all files in directory 
Shell :: get list of directories bash 
Shell :: github jabba 
Shell :: install oh my zsh mac 
Shell :: how to check jenkins version in ubuntu 
Shell :: git add submodule branch 
Shell :: powershell delete folder contents 
Shell :: bash create folder in current directory 
Shell :: revert local commit 
Shell :: git list all remote branches 
Shell :: instalacion de angular cli 
Shell :: search git -G 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =