update Dockerfile
This commit is contained in:
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go mod tidy && go build -o nsq_exporter .
|
||||
RUN go mod tidy && go build -o nsq_exporter ./cmd
|
||||
|
||||
FROM alpine:3.16
|
||||
|
||||
|
Reference in New Issue
Block a user