Skip to content

Commit c53d376

Browse files
Merge pull request #23 from sil-org/fix-build
fix build
2 parents 41da4da + e06eac1 commit c53d376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1-alpine3.22 AS builder
22
WORKDIR /go/src/entrypoint
33
COPY ./go.mod /go/src/entrypoint
44
COPY ./entrypoint.go /go/src/entrypoint/
5-
RUN go build
5+
RUN go build -o entrypoint
66

77
FROM traefik:v1.7-alpine
88
COPY --from=builder /go/src/entrypoint/entrypoint /

0 commit comments

Comments
 (0)