seems the procfile may be wrong

This commit is contained in:
brad stein 2018-10-24 23:04:02 -05:00
parent 63c4c93c42
commit e92cfb063d

View File

@ -1,2 +1,2 @@
web: daphne ChannelsDrawShareSite.asgi:application --port $PORT --bind 0.0.0.0 -v2 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