JulsdL commited on
Commit
cd7515d
·
1 Parent(s): 5edba1e

Added db initialization in Procfile

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: chainlit run smartquery/app.py --port $PORT
 
1
+ web: python smartquery/init_db.py && chainlit run smartquery/app.py --port $PORT