app user and group should work

This commit is contained in:
gw3000 2023-08-06 08:43:12 +02:00
parent 75e4023521
commit c396595271

View file

@ -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