From 8f16f1bfba42be2472dc482dc29754a8f0dceaa3 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 29 Jan 2023 15:33:33 +0100 Subject: [PATCH] CT: Using NodeJS fixed pm2 permissions --- CT-Build/Alpine.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index 6265068..9d1c704 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -639,6 +639,7 @@ 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