Dockerfile aktualisiert

This commit is contained in:
2026-03-24 13:48:13 +00:00
parent 2dd1ab2ae6
commit 2c07e226f4

View File

@@ -21,7 +21,7 @@ RUN apt update && \
WORKDIR /app 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} USER ${BUILD_APP_USER}