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
- Host: GitHub
- URL: https://github.com/tomfaulkner/phoenix
- Owner: TomFaulkner
- Created: 2018-12-28T23:49:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T23:50:13.000Z (over 6 years ago)
- Last Synced: 2025-01-01T06:27:16.218Z (5 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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