Closed cjus closed 7 years ago
Perhaps there should be a generator props for organization and user name an email address.
Then the docker namespace and maintainer can be properly set in the resulting scripts/docker.js
file.
The generated Dockerfile should use RUN npm install --production
to ensure that devDependencies don't make it into the created container.
We should use mount points for the config folder... that would allow for updating services without having to commit changes to a container. See: https://docs.docker.com/engine/reference/builder/#volume
I can see that being useful, but I'm not sure it makes sense as a default. What would the volume name be?
In the generated Docker file:
Your name name@yourdomain.com