Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 790cd18

Browse files
committed
Put binary in correct place
1 parent d3b03b6 commit 790cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ RUN go install -mod vendor -a ./cmd/kapprover && \
66

77
FROM gcr.io/distroless/base-debian10:nonroot
88

9-
COPY --from=0 /go/bin/kapprover .
9+
COPY --from=0 /go/bin/kapprover /
1010
ENTRYPOINT ["/kapprover"]

0 commit comments

Comments
 (0)