mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-05-19 06:46:45 +00:00
4 lines
76 B
Docker
4 lines
76 B
Docker
FROM scratch
|
|
|
|
COPY mqtt2prometheus /mqtt2prometheus
|
|
CMD ["/mqtt2prometheus"] |