Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:14:17 -07:00
parent 776e866bc1
commit 9e82915090

View File

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