mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-21 23:43:01 +08:00
10 lines
208 B
Bash
Executable file
10 lines
208 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
# Let the DB start
|
|
python /felicity_lims/felicity/backend_pre_start.py
|
|
|
|
# Run migrations
|
|
alembic upgrade head
|
|
|
|
# Create initial data in DB
|
|
python /felicity_lims/felicity/initial_data.py
|