10 lines
72 B
Docker
10 lines
72 B
Docker
FROM scratch
|
|
|
|
ENV TSM_MQTT_CONF ""
|
|
|
|
COPY tsm ./
|
|
ENTRYPOINT ["./tsm"]
|
|
|
|
|
|
|