🚚 Refactor and simplify backend file structure (#609)
This commit is contained in:
committed by
GitHub
parent
a065f9c9e8
commit
73b2884057
@@ -0,0 +1,10 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user