Update Procfile

This commit is contained in:
Andros Fenollosa
2020-11-18 00:14:22 +01:00
committed by GitHub
parent e9d6a5cbd0
commit 4f5f389e97

View File

@ -1 +1 @@
web: daphne -b 0.0.0.0 -p 80 asgi:application
web: daphne -b 0.0.0.0 -p 80 mi_web.asgi:application