mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
remove incorrect -D option
This commit is contained in:
parent
1a8d823a17
commit
c1ac6a2325
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN mkdir -p /home/srm/tmp
|
||||||
#COPY Gemfile.lock /home/srm/tmp/Gemfile.lock
|
#COPY Gemfile.lock /home/srm/tmp/Gemfile.lock
|
||||||
|
|
||||||
ARG USER_ID=1000
|
ARG USER_ID=1000
|
||||||
RUN groupadd srm && useradd -D --uid $USER_ID -g srm srm
|
RUN groupadd srm && useradd --uid $USER_ID -g srm srm
|
||||||
RUN chown -R srm:srm /home/srm
|
RUN chown -R srm:srm /home/srm
|
||||||
USER srm
|
USER srm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue