Built from the official Elixir images, but with npm added for installing front end dependencies.
Erlang is installed, Elixir is installed, NodeJS is installed.
docker run -d parobus/phoenix:latest
This image is based off the official images.
To upgrade copy the most recent Dockerfile
to another, and then change the FROM
statement, or the NPM install statement.
docker build <target dir>
docker tag <resulting image> parobus/phoenix:<target>
docker tag <resulting image> parobus/phoenix:latest
docker push parobus/phoenix:<target>
docker push parobus/phoenix:latest
Note you will need to be logged in as some with DockerHub priviledges.