luthor/luthor/prestart.sh

11 lines
178 B
Bash
Raw Permalink Normal View History

2021-01-05 07:32:52 +00:00
#! /usr/bin/env bash
# Let the DB start
python /app/app/backend_pre_start.py
# Run migrations
alembic upgrade head
# Create initial data in DB
python /app/app/initial_data.py