From f55da7c126db64e3d1e24ef1c1398e61cc9a9526 Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Thu, 5 Mar 2026 15:38:26 +0530 Subject: [PATCH] fix: keep the start_services_dev script alive for docker --- scripts/start_services_dev.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/start_services_dev.sh b/scripts/start_services_dev.sh index 86e54d7..91fdf73 100755 --- a/scripts/start_services_dev.sh +++ b/scripts/start_services_dev.sh @@ -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