Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:08:15 -07:00
parent d605ec89bf
commit 776e866bc1

View File

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