Skip to content

Commit

Permalink
Fix Dockerfile after directory moves
Browse files Browse the repository at this point in the history
  • Loading branch information
fhltang committed Aug 23, 2022
1 parent d751029 commit 6a41efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,8 +1,8 @@
FROM golang:1.18-alpine as ndt7-prometheus-exporter-build
WORKDIR /go/src/github.com/m-lab/ndt7-client
ADD . ./
RUN go get ./cmd/ndt7-client/ndt7-prometheus-exporter
RUN go build ./cmd/ndt7-client/ndt7-prometheus-exporter
RUN go get ./cmd/ndt7-prometheus-exporter
RUN go build ./cmd/ndt7-prometheus-exporter

FROM alpine:3.16
WORKDIR /app
Expand Down

0 comments on commit 6a41efb

Please sign in to comment.