From b0776e1743c17068f6d31749a301f2ec5265415f Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 21 Jun 2020 17:18:25 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6734521..b98632c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ ENV UID=99 ENV GUID=100 RUN deluser node -RUN adduser -u $UID foundry + +RUN adduser -u $UID foundry foundry -G $GUID USER foundry