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