Update Procfile

This commit is contained in:
Andros Fenollosa
2020-11-18 00:19:19 +01:00
committed by GitHub
parent 4f5f389e97
commit 0e68d969c1

View File

@ -1 +1 @@
web: daphne -b 0.0.0.0 -p 80 mi_web.asgi:application web: daphne --port $PORT --bind 0.0.0.0 -v2 mi_web.asgi:application