Update Dockerfile

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

View File

@@ -16,8 +16,6 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry
USER foundry
# ADD "${INSTALL_FILES}" /ftemp
RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \
&& unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt \
@@ -25,6 +23,8 @@ RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry
USER foundry
# directory where data is stored
VOLUME /foundry
# WORKDIR /foundry