Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 06:30:38 -07:00
parent 2322824b31
commit fb7748ba56

View File

@@ -18,8 +18,9 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp
USER foundry USER foundry
ADD "${INSTALL_FILES}" /ftemp # ADD "${INSTALL_FILES}" /ftemp
RUN unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \
&& unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt
# directory where data is stored # directory where data is stored
VOLUME /foundry VOLUME /foundry