Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:25:57 -07:00
parent 8ed1013fee
commit caf84adf02

View File

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