1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-15 17:50:58 +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,6 +25,8 @@ 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