Files
Aether/backend/scripts/prestart.sh
T
2026-01-25 11:30:30 +03:00

8 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
alembic upgrade head
python -m app.pre_restart