Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 155e0e2

Browse files
committed
fix: docker build correct bin
1 parent 3df5f8b commit 155e0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ./
1010

1111
FROM gcr.io/distroless/static:nonroot@sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
1212
WORKDIR /
13-
COPY --from=builder /build/internal/gatus-operator /gatus-operator
13+
COPY --from=builder /build/internal/gatus-operator/gatus-operator /gatus-operator
1414
USER 65532:65532
1515

1616
ENTRYPOINT ["/gatus-operator"]

0 commit comments

Comments
 (0)