mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
8 lines
237 B
Docker
8 lines
237 B
Docker
# Cannot use busybox image since Prometheus depends on libc.
|
|
FROM base
|
|
|
|
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
|
EXPOSE 9090
|
|
ENTRYPOINT ["/opt/prometheus/run_prometheus.sh"]
|
|
ADD .build/package/ /opt/prometheus
|