Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 21:22:09 -07:00
parent 8e1718af94
commit 7dbac09379

View File

@@ -6,12 +6,13 @@ 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 /ftemp/fvtt /ftemp/data \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry
# directory where data is stored
VOLUME /foundry
RUN mv /ftemp/fvtt /foundry/fvtt && mv /ftemp/data /foundry/data &&
# TCP Port
EXPOSE 30000