Update Dockerfile
This commit is contained in:
@@ -8,14 +8,12 @@ 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 /ftemp \
|
&& mkdir -p /foundry /ftemp /foundry/fvtt /foundry/data \
|
||||||
&& chmod 777 -R /foundry \
|
&& chmod 777 -R /foundry \
|
||||||
&& chown 99:100 -R /foundry
|
&& chown 99:100 -R /foundry
|
||||||
ADD "${INSTALL_SCRIPT}" /ftemp
|
|
||||||
RUN chmod +x /ftemp/Install_Script.sh
|
|
||||||
|
|
||||||
# directory where data is stored
|
# directory where data is stored
|
||||||
WORKDIR /foundry
|
VOLUME /foundry
|
||||||
|
|
||||||
# TCP Port
|
# TCP Port
|
||||||
EXPOSE 30000
|
EXPOSE 30000
|
||||||
|
|||||||
Reference in New Issue
Block a user