normandy icon indicating copy to clipboard operation
normandy copied to clipboard

node_modules in dev docker setup is owned by root

Open jaredlockhart opened this issue 5 years ago • 0 comments

In our current dev docker setup, the node_modules folder is owned by root while the docker user is app so if you try to make changes to packages, etc from within the container, it gets permission denied. We should make the node_modules folder owned by app as well.

jaredlockhart avatar Dec 10 '19 23:12 jaredlockhart