First of all, in your docker you should not use CMD [...]
as the base image will get all the service setup and running for you.
Did you try to run the basic cookie cutter and run the docker from it?
Once you grasp the cookie cutter structure you can translate it to your app.