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