<!-- Thanks for wanting to report an issue you've found on the nodejs.org website. For issues regarding the Node.js API docs, please head over to: https://github.com/nodejs/node/issues/ (prefix your issue name with "doc") For general questions about Node.js: https://github.com/nodejs/help/issues/ Please fill in the template below by replacing the HTML comments with an appropriate answer. If unsure about something, just do as best as you're able. If you are reporting a visual glitch, it will be much easier for us to fix it when you attach a screenshot as well. Thank you! --> * **URL**: https://nodejs.org/en/docs/guides/nodejs-docker-webapp/ * **Browser version**: N/A * **Operating system**: N/A <!-- Enter your issue details below this comment. --> The Dockerfile in the Dockerizing a Node.js web app guide contains the instruction: ``` COPY . . ``` This also copies `Dockerfile` and `.dockerignore` into the image and that does not seem right to me.