diff --git a/docker-cron b/docker-cron new file mode 100644 index 0000000..76ae8d9 --- /dev/null +++ b/docker-cron @@ -0,0 +1,5 @@ +# Cron job for cleaning up unverified accounts +# Run every hour at minute 0 +0 * * * * cd /app && /usr/local/bin/python /app/cleanup_unverified_accounts.py --quiet >> /var/log/cron.log 2>&1 + +# Empty line required at the end \ No newline at end of file