mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2025-02-19 19:59:47 +02:00
6 lines
117 B
Docker
6 lines
117 B
Docker
FROM quay.io/prometheus/busybox:latest
|
|
|
|
COPY ssl_exporter /bin/ssl_exporter
|
|
|
|
ENTRYPOINT ["/bin/ssl_exporter"]
|