Update Dockerfile
This commit is contained in:
@@ -5,8 +5,7 @@ ENV UID=99
|
|||||||
ENV GUID=100
|
ENV GUID=100
|
||||||
|
|
||||||
RUN deluser node
|
RUN deluser node
|
||||||
RUN addgroup -g $GUID foundry \
|
RUN adduser -r -u foundry -G 99 100
|
||||||
&& adduser -u $UID -G foundry -s /bin/sh -D foundry
|
|
||||||
|
|
||||||
USER foundry
|
USER foundry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user