This project has only one Dockerfile, used to run groundhog service. Since it's the only one in the repo, it's name should be changed to Dockerfile from Dockerfile-app.
Might also be a good idea to put all the service stuff in a folder like app/ and move client(s) into a top-level folder called clients/
This project has only one
Dockerfile
, used to rungroundhog
service. Since it's the only one in the repo, it's name should be changed toDockerfile
fromDockerfile-app
.Might also be a good idea to put all the service stuff in a folder like
app/
and move client(s) into a top-level folder calledclients/