10 lines
72 B
Docker
Raw Normal View History

2025-02-10 12:37:46 +01:00
FROM scratch
ENV TSM_MQTT_CONF ""
COPY tsm ./
ENTRYPOINT ["./tsm"]