Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:02:08 -07:00
parent 54fce652e3
commit d605ec89bf

View File

@@ -5,7 +5,7 @@ ENV UID=99
ENV GUID=100
RUN deluser node
RUN addgroup -G $GUID
RUN addgroup -g $GUID
RUN adduser -u $UID foundry -G $GUID
USER foundry