Skip to content

Commit

Permalink
fix: dockerfile comment
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Feb 8, 2022
1 parent 0b8fcf5 commit cb09894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ ARG TARGETOS
ARG TARGETARCH

COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY dist/sbom-operator_${TARGETOS}_${TARGETARCH}/sbom-operator /usr/local/bin/sbom-operator
COPY dist/vulnerability-operator_${TARGETOS}_${TARGETARCH}/vulnerability-operator /usr/local/bin/vulnerability-operator

ENTRYPOINT ["/usr/local/bin/sbom-operator"]
ENTRYPOINT ["/usr/local/bin/vulnerability-operator"]

0 comments on commit cb09894

Please sign in to comment.