Change handling of input tty

This commit is contained in:
2022-12-07 16:31:32 +01:00
parent cc175f7a75
commit 1fb1a6bf5b
6 changed files with 23 additions and 7 deletions

View File

@@ -9,8 +9,7 @@ ENV TIC_MQTT_SERVER_IP="127.0.0.1"
ENV TIC_MQTT_HASS_DISCOVERY_PREFIX="homeassistant"
ENV TIC_MQTT_USERNAME="name"
ENV TIC_MQTT_PASSWORD="pass"
ENV TIC_TTY_INPUT="/dev/ttyAMA0"
WORKDIR /data/workdir
ENTRYPOINT /data/bin/run.sh -i
ENTRYPOINT ["/data/bin/run.sh", "-i"]