8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit faa8962271 - Show all commits

View File

@ -31,7 +31,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
RUN groupadd -r -g 1000 app \
&& useradd -r -u 1000 -g developer -m -d /home/app app
&& useradd -r -u 1000 -g app -m -d /home/app app
USER app
ENV SHELL bash