fix: remove crontab add from entrypoint, handled by dedicated cron service in compose

This commit is contained in:
2026-06-04 10:08:24 +10:00
parent d02eea23f2
commit 04f6fa8d84
-3
View File
@@ -13,9 +13,6 @@ python manage.py migrate --noinput
echo "Collecting static files..."
python manage.py collectstatic --noinput
echo "Setting up crontab..."
python manage.py crontab add
echo "Starting Gunicorn..."
exec gunicorn busManager.wsgi:application \
--bind 0.0.0.0:8000 \