diff --git a/Dockerfile b/Dockerfile index fb15b64..1d24a94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV UID=99 ENV GUID=100 RUN deluser node -RUN addgroup -g $GUID +RUN addgroup -g $GUID -S RUN adduser -u $UID foundry -G $GUID USER foundry