dev #2

Merged
pi-farm merged 82 commits from dev into main 2026-03-25 10:05:59 +00:00
Showing only changes of commit 2c5d1de598 - Show all commits

View File

@@ -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