Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit db1b9fc

Browse files
Merge pull request #191 from thornbill/docker-postinstall
Allow unsafe-perm when running npm in docker
2 parents 837f47c + 9f4d7cf commit db1b9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pushd "${SOURCE_DIR}"
4646

4747
# Install dependencies
4848
npm cache verify
49+
npm config set unsafe-perm true
4950
npm install
5051
npx gulp
5152
npx cordova telemetry off

0 commit comments

Comments
 (0)