Skip to content

Sly777/phoenix-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix-Docker

A Docker container for the Phoenix framework

License: MIT Docker Stars Docker Pulls

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

About

A Docker container for the Phoenix framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published