seems the procfile may be wrong

This commit is contained in:
brad stein 2018-10-24 22:54:36 -05:00
parent 5d0694f79d
commit 20c11043e2
2 changed files with 1 additions and 1 deletions

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 runworker -v2 worker: python manage.py