sw-jobs-api/scrapers/cronjob
christian f0aff65ba1
Some checks failed
Build and Push Docker Images / build (push) Failing after 26s
scraper dockerfile and cronjob to run when container starts
2024-06-01 17:56:06 +02:00

3 lines
100 B
Plaintext

# Run the jobindex.py script every hour
0 * * * * python /app/jobindex.py >> /var/log/cron.log 2>&1