diff --git a/Dockerfile b/Dockerfile index 2d6c668..a5078f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,10 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/f ENV PUID=99 ENV GUID=100 -RUN addgroup -S 100 \ - && adduser -S -u 99 -D foundry -G 100 +RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry + +#RUN addgroup -S 100 \ +# && adduser -S -u 99 -D foundry -G 100 # Install dependencies and folder creation RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \