drawshare/Procfile

3 lines
112 B
Plaintext

web: daphne drawshare.asgi:channel_layer --port $PORT --bind 0.0.0.0 -v2
worker: python manage.py runworker -v2