Skip to content

Commit

Permalink
fix - rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-strappazzon committed Nov 12, 2024
1 parent 653592b commit 64f697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /build/
COPY . /build/
ENV CGO_ENABLED=0
RUN go get -d -v
RUN go build -o /go/bin/zenit-port-forward main.go
RUN go build -o /go/bin/port-forward main.go
FROM alpine:latest
COPY --from=builder /go/bin/port-forward /port-forward
ENTRYPOINT ["/port-forward"]

0 comments on commit 64f697a

Please sign in to comment.