seems the procfile may be wrong

This commit is contained in:
brad stein 2018-10-24 23:11:57 -05:00
parent 097e32c332
commit 3f72c0eaa4

View File

@ -1,2 +1,2 @@
web: daphne ChannelsDrawShareSite.wsgi:application --port $PORT --bind 0.0.0.0 -v2 web: daphne ChannelsDrawShareSite.routing.application --port $PORT --bind 0.0.0.0 -v2
worker: python manage.py runworker channels worker: python manage.py runworker channels