Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 06:47:12 -07:00
parent 83569e2030
commit 6f8b98404a

View File

@@ -18,8 +18,8 @@ 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 /foundry/fvtt \
&& mkdir -p /foundry/fvtt /foundry/data \
&& unzip /ftemp/foundryvtt-${F_VTT_VERSION}.zip /foundry/fvtt \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry