- Trying to solve database initialisation problem (no tables in tenant schema).

This commit is contained in:
Josako
2025-09-05 11:11:08 +02:00
parent 6115cc7e13
commit a6edd5c663
7 changed files with 32 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ cd "$project_dir" || exit 1
source .env
# Set Flask app and Python path
export FLASK_APP=scripts/run_eveai_app.py
export FLASK_APP=scripts/run.py
export PYTHONPATH="$PYTHONPATH:$project_dir"
while getopts m: flag