Browse Source

Remove newline at end of Dockerfile

pull/415/head
Peter Bourgon 10 years ago
parent
commit
ec4182c8c7
  1. 1
      Dockerfile

1
Dockerfile

@ -9,4 +9,3 @@ RUN apt-get update && apt-get install -yq make git curl sudo mercurial vi
ADD . /prometheus-src
RUN cd /prometheus-src && make tools binary
ADD ./documentation/examples/prometheus.conf /prometheus.conf

Loading…
Cancel
Save