From 4f89e234d519c28cb93ae11bf5c54cc8fb15135e Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 03:04:41 +0700 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 408e775..29bb5ba 100755 --- a/scripts/install +++ b/scripts/install @@ -149,6 +149,8 @@ pushd $final_path/build popd mkdir -p "$final_path/web/" pushd $final_path/build/output/usr/src/app + npm config set user 0 + npm config set unsafe-perm true sudo /bin/sh entrypoint.sh sudo tree popd