From 43f65aa75ca2c604091319a358d3be21113c8792 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:58:37 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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