fix: keep the start_services_dev script alive for docker

This commit is contained in:
Sabiha Khan 2026-03-05 15:38:26 +05:30
parent 628132f29b
commit f55da7c126

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