ChrQR
3809d0efa9
All checks were successful
Build and Push Docker Images / build (push) Successful in 33s
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
# Run the scraper every hour
|
|
SHELL=/bin/sh
|
|
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|
0 * * * * root /usr/local/bin/run_scraper.sh >> /var/log/cron.log 2>&1
|