s/--in-group/--ingroup/
This commit is contained in:
parent
c47fc1a3e7
commit
de61148605
|
@ -5,7 +5,7 @@ ENV STATIC_DIR=/public/static
|
|||
EXPOSE 8000
|
||||
|
||||
RUN addgroup --gid 19143 --system ljg && \
|
||||
adduser --disabled-password --home /app --in-group ljg --system --uid 19143 ljg && \
|
||||
adduser --disabled-password --home /app --ingroup ljg --system --uid 19143 ljg && \
|
||||
mkdir /public && \
|
||||
chown -R 19143:19143 /public
|
||||
|
||||
|
|
Loading…
Reference in New Issue