Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 05:39:41 -07:00
parent 42a48895f9
commit 0df95fdb1d

View File

@@ -8,7 +8,9 @@ RUN addgroup -S 100 && adduser -S -u 99 -D foundry -G 100
# Install dependencies and folder creation # Install dependencies and folder creation
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ 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 /ftemp/fvtt /ftemp/data \
&& cp /ftemp/data /foundry/data \
&& cp /ftemp/fvtt /foundry/fvtt \
&& chmod 777 -R /foundry \ && chmod 777 -R /foundry \
&& chown 99:100 -R /foundry && chown 99:100 -R /foundry