Update Dockerfile
This commit is contained in:
@@ -16,11 +16,11 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp
|
||||
&& chmod 777 -R /foundry \
|
||||
&& chown 99:100 -R /foundry
|
||||
|
||||
USER foundry
|
||||
|
||||
ADD "${INSTALL_FILES}" /ftemp
|
||||
RUN unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt
|
||||
|
||||
USER foundry
|
||||
|
||||
# directory where data is stored
|
||||
VOLUME /foundry
|
||||
# WORKDIR /foundry
|
||||
|
||||
Reference in New Issue
Block a user