added autoreport to keyserver-App
All checks were successful
release-tag / release-image (push) Successful in 2m33s

This commit is contained in:
2026-02-19 13:35:33 +01:00
parent 6516c9caaa
commit 3e7d3f4084
2 changed files with 83 additions and 0 deletions

View File

@@ -22,4 +22,6 @@ WORKDIR /app
COPY --from=build /out/pgpkeygen /app/pgpkeygen
EXPOSE 8080
USER nonroot:nonroot
#export KEYSERVER_URL='http://localhost:8080'
#export KEYSERVER_TOKEN='supersecret'
ENTRYPOINT ["/app/pgpkeygen"]