seems the procfile may be wrong

This commit is contained in:
brad stein 2018-10-24 23:22:25 -05:00
parent c592915395
commit 5280a2aeee

View File

@ -1,2 +1,2 @@
web: daphne -b 0.0.0.0 -p $PORT daphne ChannelsDrawShareSite.asgi:application web: daphne -b 0.0.0.0 -p $PORT ChannelsDrawShareSite.asgi:application
worker: python manage.py runworker channels worker: python manage.py runworker channels