ci: refs #6695 Docker & Jenkinsfile fixes/refactor
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-02-20 16:50:29 +01:00
parent 95307b87b1
commit faa8962271
1 changed files with 1 additions and 1 deletions

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