prestart.sh 179 B

12345678910
  1. #! /usr/bin/env bash
  2. # Let the DB start
  3. python /app/app/backend_pre_start.py
  4. # Run migrations
  5. # alembic upgrade head
  6. # Create initial data in DB
  7. python /app/app/initial_data.py