diff --git a/Procfile b/Procfile index c1f7870..febe5f1 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: daphne ChannelsDrawShareSite.asgi:application --port $PORT --bind 0.0.0.0 -v2 -worker: python manage.py runserver channels +worker: python manage.py runworker channels