Skip to content

Commit 708d3d4

Browse files
committed
Rename binary in the image
Signed-off-by: bakhtin <[email protected]>
1 parent 84ffe87 commit 708d3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ RUN make build-${BINARY}
77

88
FROM gcr.io/distroless/cc-debian12:nonroot-6755e21ccd99ddead6edc8106ba03888cbeed41a
99
ARG BINARY
10-
COPY --from=builder /app/build/${BINARY} /app
11-
ENTRYPOINT [ "/app" ]
10+
COPY --from=builder /app/build/${BINARY} /proxy
11+
ENTRYPOINT [ "/proxy" ]

0 commit comments

Comments
 (0)