File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ ARG OS="linux"
2727COPY --from=builder /bin/prometheus /bin/prometheus
2828COPY --from=builder /bin/promtool /bin/promtool
2929COPY --from=builder /etc/prometheus/prometheus.yml /etc/prometheus/prometheus.yml
30- COPY --from=builder /usr/share/prometheus/console_libraries/ /usr/share/prometheus/console_libraries/
31- COPY --from=builder /usr/share/prometheus/consoles/ /usr/share/prometheus/consoles/
3230COPY --from=builder /LICENSE /licenses/LICENSE
3331COPY --from=builder /NOTICE /NOTICE
3432COPY --from=builder /npm_licenses.tar.bz2 /npm_licenses.tar.bz2
@@ -44,6 +42,4 @@ VOLUME [ "/prometheus" ]
4442WORKDIR /prometheus
4543ENTRYPOINT [ "/bin/prometheus" ]
4644CMD [ "--config.file=/etc/prometheus/prometheus.yml" , \
47- "--storage.tsdb.path=/prometheus" , \
48- "--web.console.libraries=/usr/share/prometheus/console_libraries" , \
49- "--web.console.templates=/usr/share/prometheus/consoles" ]
45+ "--storage.tsdb.path=/prometheus" ]
You can’t perform that action at this time.
0 commit comments