Spaces:
Build error
Build error
| 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 "$@" | |
| 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 "$@" | |