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

Commit

Permalink
trying to use "node" user, removing unsafe-perm
Browse files Browse the repository at this point in the history
  • Loading branch information
joelalejandro committed Sep 11, 2019
1 parent bc44978 commit 99c7223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/greenboard/ci-run-tests.sh
@@ -1,6 +1,6 @@
#!/bin/sh
YARN_OP_FLAGS="--ignore-engines"
YARN_BUILD_FLAGS="$YARN_OP_FLAGS --unsafe-perm --build-from-source"
YARN_BUILD_FLAGS="$YARN_OP_FLAGS --build-from-source"
alias yarn_install_command="yarn $YARN_BUILD_FLAGS"
alias yarn_ci_command="yarn $YARN_OP_FLAGS --frozen-lockfile"
alias yarn_build_command="yarn $YARN_OP_FLAGS build"
Expand Down
2 changes: 1 addition & 1 deletion packages/greenboard/environment.dockerfile
Expand Up @@ -29,4 +29,4 @@ RUN \
# Install specified versions of `yarn`.
npm i -g yarn@${yarn_version};

USER nobody
USER node

0 comments on commit 99c7223

Please sign in to comment.