Create Procfile

This commit is contained in:
Andros Fenollosa 2020-11-18 00:11:46 +01:00 committed by GitHub
parent 69d519d19a
commit e9d6a5cbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Procfile Normal file
View File

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