Add a Procfile

This commit is contained in:
Andreas Zweili 2023-07-13 22:07:23 +02:00
parent 9ba7625c50
commit 73df8d406a
1 changed files with 2 additions and 0 deletions

2
Procfile Normal file
View File

@ -0,0 +1,2 @@
web: python ./src/manage.py runserver 0.0.0.0:8000
db: postgres