Dockerfile aktualisiert

This commit is contained in:
2026-03-25 10:05:59 +00:00
parent 95a1e3adbd
commit 8bf3df700c
+1 -1
View File
@@ -21,7 +21,7 @@ RUN apt update && \
WORKDIR /app
RUN adduser -D ${BUILD_APP_USER} && chown -R ${BUILD_APP_USER}:${BUILD_APP_USER} /app
#RUN adduser -D ${BUILD_APP_USER} && chown -R ${BUILD_APP_USER}:${BUILD_APP_USER} /app
USER ${BUILD_APP_USER}