initial
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-02-10 12:37:46 +01:00
commit 9951c1ced5
9 changed files with 259 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM scratch
ENV TSM_MQTT_CONF ""
COPY tsm ./
ENTRYPOINT ["./tsm"]