mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
8 lines
219 B
Docker
8 lines
219 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"]
|
||
|
ADD .build/package/ /opt/prometheus
|