Skip to content

Instantly share code, notes, and snippets.

@suryakun
Last active January 1, 2018 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suryakun/385eee306804821c6ac3ab4fa06d25d8 to your computer and use it in GitHub Desktop.
Save suryakun/385eee306804821c6ac3ab4fa06d25d8 to your computer and use it in GitHub Desktop.
FROM elixir:latest
WORKDIR /usr/src
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash -
RUN apt-get install -y nodejs && apt-get install -y inotify-tools
RUN mix archive.install --force https://github.com/phoenixframework/archives/raw/master/phx_new.ez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment