This is a mix extension that creates a boilerplate docker image for any mix project.
https://github.com/chriseyre2000/slipway
To use this download the release and use:
mix archive.install slipway-0.1.0.ez
This adds a new command to mix.
mix slipway.gen.docker
This generates a minimal docker file for the elixir project, based upon https://pentacent.medium.com/getting-started-with-elixir-docker-982e2a16213c but now working with mix release instead of distillery.
Slipway will gain several other generators over time. The intent is to create a tool that eases the use of Elixir in Kubernetes.