The OTP/docker setup was made before the repository was open-sourced, but deployment still based on Heroku codebase deployment using buildpacks and mix phx.server. Let’s change that to enforce the recommended way to deploy elixir and erlang application to production using releases!
The OTP/docker setup was made before the repository was open-sourced, but deployment still based on Heroku codebase deployment using buildpacks and
mix phx.server
. Let’s change that to enforce the recommended way to deploy elixir and erlang application to production using releases!