Enforce Node binary permissions
In some cases it may have extra write permissions.
This commit is contained in:
parent
cef2aa22dc
commit
56d10d82bf
@ -24,6 +24,8 @@ main() {
|
||||
rsync ./ci/build/code-server.sh "$RELEASE_PATH/bin/code-server"
|
||||
rsync "$node_path" "$RELEASE_PATH/lib/node"
|
||||
|
||||
chmod 755 "$RELEASE_PATH/lib/node"
|
||||
|
||||
pushd "$RELEASE_PATH"
|
||||
npm install --unsafe-perm --omit=dev
|
||||
popd
|
||||
|
Reference in New Issue
Block a user