For easier production release debugging, it would be helpful to be able to locally replicate:
- the codebuild steps which build the mix release.
- the ec2 instance which runs the mix release.
This could be nicely achieved with:
- a
build.Dockerfile for building the release.
- a
run.Dockerfile for running the release.
- a
docker-compose.yml file for sharing volumes and coordinating these files.
For easier production release debugging, it would be helpful to be able to locally replicate:
This could be nicely achieved with:
build.Dockerfilefor building the release.run.Dockerfilefor running the release.docker-compose.ymlfile for sharing volumes and coordinating these files.