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 8179fe657a - Show all commits

View File

@@ -31,11 +31,6 @@ FROM ${BUILD_RUNTIME_IMAGE}
ARG BUILD_APP_USER 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/ / COPY root/ /
VOLUME /data
WORKDIR /app EXPOSE 8082
USER ${BUILD_APP_USER}
CMD ["init"]