diff --git a/Dockerfile b/Dockerfile index 84ed33a..014fe9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ENV UID=99 ENV GUID=100 RUN deluser node +RUN addgroup -G $GUID RUN adduser -u $UID foundry -G $GUID USER foundry