From fb3b464f7db90559053876761410ec1f478c6179 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Fri, 24 Apr 2015 17:29:42 +0200 Subject: [PATCH] Write rule_checker to /bin/rule_checker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d8904387..674a9038c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apk add --update -t build-deps go git mercurial vim \ -X main.buildDate $(date +%Y%m%d-%H:%M:%S) \ -X main.goVersion $(go version | awk '{print substr($3,3)}') \ " -o /bin/prometheus \ - && cd tools/rule_checker && go build && cd ../.. \ + && cd tools/rule_checker && go build -o /bin/rule_checker && cd ../.. \ && mkdir -p /etc/prometheus \ && mv ./documentation/examples/prometheus.conf /etc/prometheus/prometheus.conf \ && mv ./console_libraries/ ./consoles/ /etc/prometheus/ \