Skip to content

Commit 58a36a0

Browse files
Ho1yShifclaude
andcommitted
fix(render): restore start.sh removed upstream
Upstream deleted backend/scripts/start.sh and split its responsibilities: the Dockerfile CMD now runs fastapi directly, and prestart.sh runs in a separate compose service. Render has no equivalent of "wait for sidecar to complete," and the existing Render service is configured with `bash scripts/start.sh` as its Docker command. Restore the file with its prior contents so the deploy works without any Dashboard config changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7be74a3 commit 58a36a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

backend/scripts/start.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
bash scripts/prestart.sh
4+
exec fastapi run --workers 4 --host 0.0.0.0 --port "$PORT" app/main.py

0 commit comments

Comments
 (0)