Skip to content

Commit

Permalink
Merge 1d313e7 into 659440e
Browse files Browse the repository at this point in the history
  • Loading branch information
phase committed Dec 30, 2017
2 parents 659440e + 1d313e7 commit 747217d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/run.sh
Expand Up @@ -4,8 +4,8 @@ set -euxo pipefail

cd /app

groupadd -g "$(stat -c '%g' /app)" -o spongeauth
useradd -u "$(stat -c '%u' /app)" -g spongeauth -o -m spongeauth
groupadd -g "$(stat -c '%g' /app)" -o spongeauth || true
useradd -u "$(stat -c '%u' /app)" -g spongeauth -o -m spongeauth || true

# bootstrap node_modules, in case user has this directory mounted as a volume
su -c "PYTHON=python2.7 npm install" spongeauth
Expand Down

0 comments on commit 747217d

Please sign in to comment.