docker/tgbot/entrypoint.sh

5 lines
100 B
Bash
Raw Normal View History

2020-12-05 21:47:55 +00:00
#!/bin/bash
service cron start
2020-12-06 16:45:29 +00:00
crontab -u www-data /var/www/html/tgbot.cron
2020-12-05 21:47:55 +00:00
apachectl -D FOREGROUND