app user and group should work
This commit is contained in:
parent
75e4023521
commit
c396595271
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ RUN mkdir -p /home/app
|
||||||
|
|
||||||
# create the app user
|
# create the app user
|
||||||
# RUN addgroup --system app && adduser --system --group app
|
# RUN addgroup --system app && adduser --system --group app
|
||||||
RUN addgroup --system app && adduser --system app
|
RUN addgroup --system app && adduser --system app app
|
||||||
|
|
||||||
# create the appropriate directories
|
# create the appropriate directories
|
||||||
ENV HOME=/home/app
|
ENV HOME=/home/app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue