Update Dockerfile
This commit is contained in:
@@ -6,9 +6,7 @@ ENV GUID=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 \
|
&& mkdir -p /foundry /foundry/fvtt /foundry/data \
|
||||||
&& mkdir -p /foundry/fvtt \
|
|
||||||
&& mkdir -p /foundry/data \
|
|
||||||
&& chmod 777 -R /foundry \
|
&& chmod 777 -R /foundry \
|
||||||
&& chown 99:100 -R /foundry
|
&& chown 99:100 -R /foundry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user