From 0e34f2b90b90681af1af7d89a165ead242538cc7 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 21 Jun 2020 16:40:05 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39479d6..3e19a90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ ENV UID=99 ENV GUID=100 RUN deluser node -RUN addgroup -g $GUID foundry \ - && adduser -u $UID -G foundry -s /bin/sh -D foundry +RUN adduser -r -u foundry -G 99 100 USER foundry