From 07fa9593d672b3283034cc532a80ac3aaa686b2b Mon Sep 17 00:00:00 2001 From: crovaxon Date: Mon, 17 Jun 2024 12:05:36 +0200 Subject: [PATCH] added USER root to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1f75a6c..6824add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:20-alpine LABEL maintainer="crovaxon" WORKDIR /app +USER root # user and group id are typical defaults for UNRAID ENV PUID=99