1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Merge branch 'main' of github.com:kyverno/policy-reporter

This commit is contained in:
Frank Jogeleit 2021-08-06 12:09:59 +02:00
commit d672b2fcc7

View file

@ -25,7 +25,9 @@ USER 1234
COPY --from=builder /app/LICENSE.md .
COPY --from=builder /app/build/policyreporter /app/policyreporter
# copy the debian's trusted root CA's to the final image
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
EXPOSE 2112
ENTRYPOINT ["/app/policyreporter", "run"]
ENTRYPOINT ["/app/policyreporter", "run"]