Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 633 Bytes

Ubuntu Phoenix Docker base image

An Ubuntu-based Docker base image for Elixir and Phoenix applications.

See: https://hub.docker.com/r/codelever/ubuntu-phoenix-docker

Making a release

  1. Make relevant changes to the Dockerfile
  2. Build image
    docker build .
  3. Test it out
    docker run -it {IMAGE_ID} bash
    root@xxxxx:/# erl / iex / node / npm
  4. Tag image
    docker tag {IMAGE_ID} codelever/ubuntu-phoenix-docker:ubuntu-{VERSION}-erlang-{VERSION}-elixir-{VERSION}-node-{VERSION}
  5. Push to repository
    docker push codelever/ubuntu-phoenix-docker