Files
simbarag/startup.sh
2025-10-25 09:30:54 -04: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