Files
score/backend/scripts/prestart.sh
2025-05-24 11:04:36 +02:00

14 lines
184 B
Bash

#! /usr/bin/env bash
set -e
set -x
# Let the DB start
python app/backend_pre_start.py
# Run migrations
#alembic upgrade head
# Create initial data in DB
python app/initial_data.py