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