Dockerfile aktualisiert

This commit is contained in:
2026-03-24 17:02:41 +00:00
parent 572c5f3ec9
commit a0f8532792

View File

@@ -32,6 +32,8 @@ ARG BUILD_APP_USER
COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/
COPY root/ /
WORKDIR /app
USER ${BUILD_APP_USER}