From 57c5b25712c08f5643df90c411433377efcbc672 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 21:58:55 +0000 Subject: [PATCH] Dockerfile.aarch64 aktualisiert --- Dockerfile.aarch64 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4298e93..6004abe 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -28,14 +28,7 @@ RUN apt update && \ FROM ${BUILD_RUNTIME_IMAGE} -ARG BUILD_APP_USER - COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/ - COPY root/ / - -WORKDIR /app - -USER ${BUILD_APP_USER} - -CMD ["init"] +VOLUME /data +EXPOSE 8082 \ No newline at end of file