Skip to content

Instantly share code, notes, and snippets.

View That-David-Guy's full-sized avatar

David Langford That-David-Guy

  • MakeAwesomeStuff
  • Brisbane
View GitHub Profile
Dockerfile:
FROM marcelocg/phoenix:latest
ADD . /code/elixir_service
RUN cd /code/elixir_service; \
# mix phoenix.new /code/elixir_service --no-ecto \ # only for brand new projects
mix local.hex --force \
mix deps.get --force \