diff --git a/Dockerfile b/Dockerfile index 4107637..225611f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/f ENV PUID=99 ENV GUID=100 -# ENV FVTT_VERSION=0.6.2 RUN addgroup -S 100 \ && adduser -S -u 99 -D foundry -G 100