Skip to content

Commit fa06d8e

Browse files
Merge pull request #34 from scheduleonce/orion/vulnerability-fix
Added chown permission
2 parents bff3b0d + 2745611 commit fa06d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
node package-deploy/npm-login.js $(cat "/etc/npm-cred/NPM_AUTH_TOKEN")
55
npm whoami
66
npm i
7-
chown -R 65532:65532 .
7+
chown root:root .
88
npm run package
99
filename="$(npm pack --dry-run | tail -n 1)"
1010
echo "$1"

0 commit comments

Comments
 (0)