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