This commit is contained in:
Claude Agent
2026-03-04 09:45:18 +00:00
parent 8a7956252c
commit 1fdac3fb57
6 changed files with 70 additions and 3 deletions

6
backend/entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
echo "[entrypoint] Running database seed..."
python seed_db.py
echo "[entrypoint] Starting application..."
exec "$@"