From your project directory, run a command to initalize the project:
$ docker-compose run --rm web mix phx.new --no-brunch --no-html app
$ docker-compose run --rm web mix deps.get
Check file secret.env
I installed this image to serve as a base for the projects, in the docker we already have mysql and the starter of the phoenix running, just do the fork and start the development :)