added autoreport from Generator-App
All checks were successful
release-tag / release-image (push) Successful in 2m29s

This commit is contained in:
2026-02-19 13:35:14 +01:00
parent 553d216a42
commit 7c5d288ca6
2 changed files with 124 additions and 0 deletions

View File

@@ -22,4 +22,5 @@ WORKDIR /app
COPY --from=build /out/pgpdashboard /app/pgpdashboard
EXPOSE 8080
USER nonroot:nonroot
#KEYSERVER_API_TOKEN='supersecret'
ENTRYPOINT ["/app/pgpdashboard"]