mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-08-21 12:06:24 +00:00
4 lines
76 B
Docker
4 lines
76 B
Docker
FROM scratch
|
|
|
|
COPY mqtt2prometheus /mqtt2prometheus
|
|
CMD ["/mqtt2prometheus"] |