We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41da4da + e06eac1 commit c53d376Copy full SHA for c53d376
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1-alpine3.22 AS builder
2
WORKDIR /go/src/entrypoint
3
COPY ./go.mod /go/src/entrypoint
4
COPY ./entrypoint.go /go/src/entrypoint/
5
-RUN go build
+RUN go build -o entrypoint
6
7
FROM traefik:v1.7-alpine
8
COPY --from=builder /go/src/entrypoint/entrypoint /
0 commit comments