Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 500 Bytes

File metadata and controls

20 lines (19 loc) · 500 Bytes

Phoenix 1.3 or later docker container

Usage

docker run elixirelm/phoenix-container iex
docker run elixirelm/phoenix-container elixir

Building & Releasing

docker build -t elixirelm/phoenix-container:1.3_1.5.3 .
git push
docker push elixirelm/phoenix-container:1.3_1.5.3
git checkout master
git merge docker 1.3_1.5.3
git push
docker tag elixirelm/phoenix-container:1.3_1.5.3 elixirelm/phoenix-container:latest
docker push elixirelm/phoenix-container:latest