Fix entrypoint and use base image

This commit is contained in:
Johannes 'fish' Ziemke 2013-08-07 18:11:35 +02:00
parent 1c9ae08e80
commit b5cc4c6cc8
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ FROM base
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
EXPOSE 9090
ENTRYPOINT ["/opt/prometheus"]
ENTRYPOINT ["/opt/prometheus/run_prometheus.sh"]
ADD .build/package/ /opt/prometheus