Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 06:32:34 -07:00
parent fb7748ba56
commit f0807fcf6c

View File

@@ -20,7 +20,10 @@ USER foundry
# ADD "${INSTALL_FILES}" /ftemp # ADD "${INSTALL_FILES}" /ftemp
RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \ RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \
&& unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt && unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt \
&& mkdir -p /foundry/fvtt /foundry/data \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry
# directory where data is stored # directory where data is stored
VOLUME /foundry VOLUME /foundry