diff --git a/entrypoint.sh b/entrypoint.sh index e37cc46..e65bbf2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 \