This is a pretty hot topic, but I’ve never actually found a solution. As you probably know, when we have a volume in a container and we install the dependencies (with npm i or something) from a Dockerfile (with default perms), Npm will create a node_modules folder in the container with root:root access. I’m facing two issues with this method