diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index b79939e..c3554ab 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -639,7 +639,6 @@ actions: #!/bin/sh #Install pm2 npm install -g pm2 - chown -R root:root /usr/local/lib/node_modules/pm2/node_module #Add NodeJS `node` service user addgroup node adduser -S -s /bin/ash -h /home/node -D -G node node