Update Dockerfile
This commit is contained in:
@@ -8,7 +8,9 @@ ENV GUID=100
|
|||||||
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 \
|
&& mkdir -p /foundry \
|
||||||
&& mkdir -p /foundry/fvtt \
|
&& mkdir -p /foundry/fvtt \
|
||||||
&& mkdir -p /foundry/data
|
&& mkdir -p /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