Write rule_checker to /bin/rule_checker

This commit is contained in:
Johannes 'fish' Ziemke 2015-04-24 17:29:42 +02:00
parent 166f492a0e
commit fb3b464f7d

View file

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