mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
Merge pull request #1690 from andmarios/master
Fix consoles and console_libraries path in Dockerfile.
This commit is contained in:
commit
894cf8df2f
|
@ -4,8 +4,8 @@ MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
|||
COPY prometheus /bin/prometheus
|
||||
COPY promtool /bin/promtool
|
||||
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml
|
||||
COPY console_libraries/ /etc/prometheus/
|
||||
COPY consoles/ /etc/prometheus/
|
||||
COPY console_libraries/ /etc/prometheus/console_libraries/
|
||||
COPY consoles/ /etc/prometheus/consoles/
|
||||
|
||||
EXPOSE 9090
|
||||
VOLUME [ "/prometheus" ]
|
||||
|
|
Loading…
Reference in a new issue