Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:18:25 -07:00
parent 9e82915090
commit b0776e1743

View File

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