🚚 Move location of scripts to simplify file structure (#1352)
This commit is contained in:

committed by
GitHub

parent
68a7fe0899
commit
87254dd79e
10
backend/scripts/prestart.sh
Normal file
10
backend/scripts/prestart.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user