drawshare/Procfile

3 lines
122 B
Plaintext

web: daphne -b 0.0.0.0 -p $PORT daphne ChannelsDrawShareSite.asgi:application
worker: python manage.py runworker channels