alseambusher / crontab-ui

Easy and safe way to manage your crontab file
https://lifepluslinux.blogspot.com/2015/06/crontab-ui-easy-and-safe-way-to-manage.html
MIT License
2.85k stars 476 forks source link

[add] Tzdata to configure timezone on build #145

Closed PootisPenserHere closed 3 years ago

PootisPenserHere commented 3 years ago

Added tzdata which is needed in alpine to configure the timezone based on the docker built in TZ env otherwise the cronjobs run in UTC even when the TZ env has been set

Example usage

docker run -d --name crontab-ui -p 8000:8000 -e TZ=America/Mexico_City alseambusher/crontab-ui:latest
alseambusher commented 3 years ago

Thanks for the contribution :)