This repository contains a script for create phoenix server image.
You can use these tags as a version of elixir.
1.6.4-slim1.6.0-slim1.5.3-slimapp:
image: dala00/phoenix:1.6.0-slim
env_file: .docker-env
volumes:
- .:/var/opt/app
ports:
- "4000:4000"
tty: true
stdin_open: true
docker-compose exec app bash
And in app
mix.phx server
Content type
Image
Digest
Size
276.2 MB
Last updated
over 8 years ago
docker pull dala00/phoenix