phoenix-docker

A Docker container for the Phoenix framework

MIT License

Stars
14

Phoenix-Docker

A Docker container for the Phoenix framework

This image is based on the official Elixir image and includes the features of that image.

Click here to open docker hub link

Image Contents (updated: 05/04/2017)

  • Elixir 1.4.2
  • Phoenix 1.2.1
  • Node JS 7.x
  • Yarn (NPM)

Image Versions

The 'latest' tag on Docker Hub should always be reasonably in sync with the tip of 'master' within this repository via automated builds.

How to use this image

docker run -it -v "$PWD":/app ilkerguller/phoenix:latest

To prepare Docker-compose:

  • 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

Use after prepare

  • docker-compose up -d

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Badges
Extracted from project README
License: MIT Docker Stars Docker Pulls