Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 16:58:03 -07:00
parent 27baf55790
commit d5d4e5bc50

View File

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