add logging

This commit is contained in:
2026-01-26 12:53:35 +11:00
parent 463ff0d81e
commit 860c30870c
2 changed files with 8 additions and 1 deletions

View File

@@ -25,7 +25,6 @@ RUN apk add --no-cache ca-certificates && \
# Copy binary + schema file used at startup
COPY --from=build /out/ingestd /app/ingestd
COPY internal/db/schema.sql /app/internal/db/schema.sql
USER appuser