767b90c c30608d 767b90c
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash set -e # CI Startup Script # DDInter SQLite DB is baked into the image at build time. echo "[CI] Starting in CI mode." # Execute the CMD (e.g. uvicorn ...) exec "$@"