mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2024-11-27 08:31:02 +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"]
|