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