fix: keep the start_services_dev script alive for docker (#178)

* fix: keep the start_services_dev script alive for docker

* fix: setup doc
This commit is contained in:
Sabiha Khan 2026-03-05 16:20:36 +05:30 committed by GitHub
parent c58735f5d3
commit 21b32c1d0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -217,3 +217,6 @@ echo "Logs: tail -f $LOG_DIR/*.log"
echo "Rotated logs: ls $LOG_DIR/*.log.*"
echo "To stop: ./scripts/stop_services.sh"
echo "──────────────────────────────────────────────────"
# Keep the script alive (required for Docker - PID 1 must not exit)
wait