diff --git a/Dockerfile b/Dockerfile index 09877b7..5215d15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,10 @@ 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 + && 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 VOLUME /foundry