diff --git a/Dockerfile b/Dockerfile index e8c1f54..16e3453 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM golang:1.19 as builder + COPY . /build/mqtt2prometheus WORKDIR /build/mqtt2prometheus RUN make static_build TARGET_FILE=/bin/mqtt2prometheus