mirror of https://github.com/prometheus/prometheus
Johannes 'fish' Ziemke
11 years ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
# Cannot use busybox image since Prometheus depends on libc. |
||||
FROM base |
||||
|
||||
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com> |
||||
EXPOSE 9090 |
||||
ENTRYPOINT ["/opt/prometheus"] |
||||
ADD .build/package/ /opt/prometheus |
Loading…
Reference in new issue