tasmota / docker-tasmota

Docker container with a complete build environment for Tasmota using PlatformIO
77 stars 49 forks source link

Allow running from crontab #5

Closed barbudor closed 4 years ago

barbudor commented 4 years ago

Disable -it argument on docker run if no standard input is provided (== no tty) This allows automated builds such as from crontab

barbudor commented 4 years ago

Hi @blakadder Was is intended that your merge removed my previous PR which introduced the shell variable DOCKER_IMAGE ? Thanks

blakadder commented 4 years ago

No, I just clicked resolve conflict and deleted two old lines with -it

barbudor commented 4 years ago

If you 're OK, I will make another PR to recreate TASMOTA_DOCKER_IMAGE allowing it to be specified outside of the script. Would be much more convenient this way. Thanks

blakadder commented 4 years ago

of course i'm ok

edit: added it myself