Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 16:54:08 -07:00
parent 0e34f2b90b
commit 27baf55790

View File

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