dist-tests-prometheus/Dockerfile

7 lines
136 B
Docker
Raw Permalink Normal View History

2023-07-20 13:10:30 +00:00
FROM prom/prometheus:v2.43.0
COPY --chmod=0755 docker-entrypoint.sh /
ENTRYPOINT ["/usr/bin/env"]
CMD ["sh", "/docker-entrypoint.sh"]