We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ffe87 commit 708d3d4Copy full SHA for 708d3d4
Dockerfile
@@ -7,5 +7,5 @@ RUN make build-${BINARY}
7
8
FROM gcr.io/distroless/cc-debian12:nonroot-6755e21ccd99ddead6edc8106ba03888cbeed41a
9
ARG BINARY
10
-COPY --from=builder /app/build/${BINARY} /app
11
-ENTRYPOINT [ "/app" ]
+COPY --from=builder /app/build/${BINARY} /proxy
+ENTRYPOINT [ "/proxy" ]
0 commit comments