jeongsoo commited on
Commit
0a154a5
·
1 Parent(s): e6b2174

Prepare for Heroku deployment

Browse files
Files changed (2) hide show
  1. Procfile +1 -1
  2. runtime.txt +1 -0
Procfile CHANGED
@@ -1 +1 @@
1
- web: gunicorn -b 0.0.0.0:$PORT app:app
 
1
+ web: gunicorn app:app
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.10.12