Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 06:43:23 -07:00
parent d8289b3c38
commit 83569e2030

View File

@@ -18,7 +18,7 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp
# ADD "${INSTALL_FILES}" /ftemp
RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-${F_VTT_VERSION}.zip \
&& unzip /ftemp/foundryvtt-${F_VTT_VERSION}.zip /ftemp/vtt \
&& unzip /ftemp/foundryvtt-${F_VTT_VERSION}.zip /foundry/fvtt \
&& mkdir -p /foundry/fvtt /foundry/data \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry