Deploying a Phoenix Application with a Postgres database
I am trying to deploy a Phoenix app with a Postgres database on Docker. I also intend to use Nginx as my reverse proxy ( but this is not the main agenda). So I have been using Phoenix Releases but somehow I have failed to run mix phx.server to start the system. Here is my Dockerfile :