- Trying to solve database initialisation problem (no tables in tenant schema).
This commit is contained in:
@@ -25,7 +25,7 @@ fi
|
||||
|
||||
# Set FLASK_APP environment variable
|
||||
PROJECT_DIR="/app"
|
||||
export FLASK_APP=${PROJECT_DIR}/scripts/run_eveai_app.py # Adjust the path to your Flask app entry point
|
||||
export FLASK_APP=${PROJECT_DIR}/scripts/run.py # Adjust the path to your Flask app entry point
|
||||
export PYTHONPATH="$PYTHONPATH:$PROJECT_DIR" # Include the app directory in the Python path
|
||||
|
||||
# Run the Flask migration command
|
||||
|
||||
Reference in New Issue
Block a user