still broke

This commit is contained in:
root
2015-08-18 16:58:23 +02:00
parent df0a31125e
commit dc8f124b58
2 changed files with 14 additions and 10 deletions

View File

@ -8,7 +8,7 @@ RUN apk add --update -t build-deps git mercurial bzr make \
&& make build \
&& cp prometheus promtool /bin/ \
&& mkdir -p /etc/prometheus \
&& mv ./documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml \
#&& mv ./documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml \
&& mv ./console_libraries/ ./consoles/ /etc/prometheus/ \
&& apk del --purge build-deps \
&& rm -rf /app /var/cache/apk/*