pillchecker-staging / scripts /prod-startup.sh
SPerva's picture
Sync Space from GitHub c15b8ee76b1f7967bcedd07a6909b7ef899c2157
c30608d verified
raw
history blame contribute delete
179 Bytes
#!/bin/bash
set -e
# Production Startup Script
# DDInter SQLite DB is baked into the image at build time.
echo "[PROD] Starting PillChecker API..."
# Execute the CMD
exec "$@"