767b90c c30608d 767b90c
1
2
3
4
5
6
7
8
9
10
11
#!/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 "$@"