mirror of
https://github.com/logos-storage/dist-tests-prometheus.git
synced 2026-01-02 13:13:07 +00:00
7 lines
136 B
Docker
7 lines
136 B
Docker
FROM prom/prometheus:v2.43.0
|
|
|
|
COPY --chmod=0755 docker-entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/usr/bin/env"]
|
|
CMD ["sh", "/docker-entrypoint.sh"]
|