Fix entrypoint and use base image
This commit is contained in:
parent
1c9ae08e80
commit
b5cc4c6cc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue