Files
simbarag/startup.sh
2026-01-31 17:13:27 -05:00

11 lines
182 B
Bash

#!/bin/bash
echo "Running database migrations..."
aerich upgrade
echo "Starting reindex process..."
python main.py "" --reindex
echo "Starting Flask application..."
python app.py