Create Procfile

This commit is contained in:
Andros Fenollosa
2020-11-18 00:11:46 +01:00
committed by GitHub
parent 69d519d19a
commit e9d6a5cbd0

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: daphne -b 0.0.0.0 -p 80 asgi:application