Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:37:45 -07:00
parent 6fe267aedb
commit 64df0ddfb9

View File

@@ -4,11 +4,7 @@ MAINTAINER fithwum
ENV UID=99
ENV GUID=100
RUN deluser node
RUN addgroup -g $GUID foundry \
&& adduser -u $UID -G foundry -s /bin/sh -D foundry
USER foundry
USER node
RUN mkdir -p /foundry/fvtt
RUN mkdir -p /foundry/data