Prepare for Heroku deployment
Browse files- Procfile +1 -1
- runtime.txt +1 -0
Procfile
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
web: gunicorn
|
|
|
|
| 1 |
+
web: gunicorn app:app
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.10.12
|