Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
resetting unsafe-perm (npm/uid-number#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelalejandro committed Sep 11, 2019
1 parent 99c7223 commit 275e7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/greenboard/environment.dockerfile
Expand Up @@ -27,6 +27,7 @@ RUN \
PYTHON=$(which python2.7); \
\
# Install specified versions of `yarn`.
# see unsafe-perm: https://github.com/npm/uid-number/issues/7
npm config set unsafe-perm true; \
npm i -g yarn@${yarn_version};

USER node

0 comments on commit 275e7a7

Please sign in to comment.