Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:22:23 -07:00
parent b0776e1743
commit 8ed1013fee

View File

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