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 bbf89c4a16 - Show all commits

View File

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