<!-- Thank you for suggesting an idea to make the Node.js image better. Please fill in as much of the template below as you're able. --> ## Problem <!-- Please describe the problem you are trying to solve. --> Many people likely follow [your simple guide](https://github.com/nodejs/docker-node/blob/main/README.md#how-to-use-this-image) here. It is, however, a security best practice to make your service run as non-root inside the container: https://docs.docker.com/build/building/best-practices/#user Especially when it is executed in a rootful way this increases the security. ## Solution There is no documentation in the README to run it like this, but the usual steps for building an app likely will be similar? <!-- Please describe the desired behavior. --> ## Alternatives to Consider <!-- Please describe alternative solutions or features you have considered. --> N/A Came here from https://github.com/orangecoding/fredy/issues/207 BTW