From 4bda4993141c7cde1c4a4a8e1aa4f78464d8d5da Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 29 Jan 2023 15:33:17 +0100 Subject: [PATCH] revert Last commit, Commited to wrong branch revert CT: Using NodeJS fixed pm2 permissions --- CT-Build/Alpine.yaml | 1 - 1 file changed, 1 deletion(-) 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