Dockerfile aktualisiert

This commit is contained in:
2026-03-25 10:05:59 +00:00
parent acd76cd5b4
commit 1601b94c3a
+2 -7
View File
@@ -31,11 +31,6 @@ 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