An open API service indexing awesome lists of open source software.

https://github.com/tomfaulkner/phoenix

Dockerfile from elixir:alpine that adds Phoenix and hex.pm
https://github.com/tomfaulkner/phoenix

Last synced: 3 months ago
JSON representation

Dockerfile from elixir:alpine that adds Phoenix and hex.pm

Awesome Lists containing this project

README

        

A Dockerfile for Phoenix built from elixir:alpine.

The same commands from elixir should run, additionally hex.pm and Phoenix command should work.

Examples:

docker build . -t elixphx
docker run -it --rm -v `pwd`:/usr/src/myapp -w /usr/src/myapp elixphx mix phx.new helloworld
docker run -it --rm -v `pwd`:/usr/src/myapp -w /usr/src/myapp elixphx iex