The Problem: My build is stuck. The logs show the backend reaches "Application startup complete" but then gets killed and restarted (PID flipping). I suspect the orchestrator health-check is failing because my endpoints were behind a router prefix.
What I've Done:
Moved health checks to the top-level app object in server.py.
Fixed missing @expo/config-plugins by mocking it locally (since the container was pruning it).
Initialized a dummy .git repo to stop the 128 Git Root error.
Request: Can an admin/engineer check if my build container f2eb2e93-cb99-429a-84b1-353759ff82b5 is zombied or if it will recover now that the health check path is fixed?