This image is based on the official Elixir image and includes the features of that image.
Click here to open docker hub link
- Elixir 1.4.2
- Phoenix 1.2.1
- Node JS 7.x
- Yarn (NPM)
The 'latest' tag on Docker Hub should always be reasonably in sync with the tip of 'master' within this repository via automated builds.
docker run -it -v "$PWD":/app ilkerguller/phoenix:latest
- docker-compose up -d
- docker-compose run api mix deps.get
- docker-compose run api mix ecto.create
- docker-compose run api mix ecto.migrate
- docker-compose run api npm install
- docker-compose up -d
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details