project-layout
project-layout copied to clipboard
Where to put Dockerfile?
HI! I've been thinking about this question, too. In the end I did this.

The Dockerfile is placed in the deployments folder. The build is done from the Makefile command, which calls the shell script. The script copies the files from the deployments for the build time and then deletes them.
I am comfortable with this. :-)
I think you can use build/demo/Dockerfile