pillchecker-staging / scripts /ci-startup.sh
SPerva's picture
Sync Space from GitHub c15b8ee76b1f7967bcedd07a6909b7ef899c2157
c30608d verified
raw
history blame contribute delete
181 Bytes
#!/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 "$@"