Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:29:22 -07:00
parent caf84adf02
commit c878bdcd06

View File

@@ -4,11 +4,7 @@ MAINTAINER fithwum
ENV UID=99
ENV GUID=100
RUN deluser node
RUN adduser -u $UID -g foundry foundry
USER foundry
USER node
RUN mkdir -p /home/foundry/fvtt
RUN mkdir -p /home/foundry/data