Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user