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:
commit
d672b2fcc7
1 changed files with 3 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue