Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:01:21 -07:00
parent d5d4e5bc50
commit 54fce652e3

View File

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