From 44d4fed72a89b8db4995cafd921ba547886125c2 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 15:32:03 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 55867ca..2f26c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,8 @@ RUN apt update && \ ARG BUILD_BASE_IMAGE=alpine:latest FROM ${BUILD_BASE_IMAGE} +ARG BUILD_APP_USER + COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/ WORKDIR /app