drawshare/Procfile

3 lines
112 B
Plaintext
Raw Normal View History

2018-10-24 22:19:49 -05:00
web: daphne drawshare.asgi:channel_layer --port $PORT --bind 0.0.0.0 -v2
worker: python manage.py runworker -v2