Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 20:46:24 -07:00
parent ddf526d25e
commit b1c015bd88

View File

@@ -8,7 +8,7 @@ ENV GUID=100
# Install dependencies and folder creation
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
&& mkdir -p /foundry /ftemp /foundry/fvtt /foundry/data \
&& mkdir -p /foundry /ftemp \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry
ADD "${INSTALL_SCRIPT}" /ftemp