Skip to content

Commit

Permalink
Fix Dockerfile after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Apr 26, 2020
1 parent 1951f95 commit afc172b
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 @@ -3,7 +3,7 @@ WORKDIR /go/src/app
COPY . .
ENV GO111MODULE on
RUN go mod vendor
RUN go build -trimpath ./cmd/prometheus-xmpp-blackbox-exporter/xmpp_blackbox_exporter.go
RUN go build -trimpath ./cmd/xmpp_blackbox_exporter/xmpp_blackbox_exporter.go

FROM gcr.io/distroless/base
COPY --from=builder /go/src/app/xmpp_blackbox_exporter /xmpp_blackbox_exporter
Expand Down

0 comments on commit afc172b

Please sign in to comment.