File size: 171 Bytes
f0c2309
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
FROM prom/prometheus:latest

WORKDIR /etc/prometheus

COPY prometheus.yml /etc/prometheus/prometheus.yml

EXPOSE 9090

CMD ["--config.file=/etc/prometheus/prometheus.yml"]