Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user