update Dockerfile

This commit is contained in:
2024-03-01 18:03:15 +08:00
parent ac96dad00a
commit d8055f6d5f

View File

@ -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