Update start_services.sh

This commit is contained in:
sukrucildirr
2025-06-07 23:39:17 +03:00
committed by GitHub
parent 95a0edc2b6
commit b4a692047d
+1 -1
View File
@@ -104,7 +104,7 @@ fi
if [ "$1" = "full" ]; then if [ "$1" = "full" ]; then
# First start backend and wait for it to be healthy # First start backend and wait for it to be healthy
echo "Full docker deployement. Starting backend service..." echo "Full docker deployment. Starting backend service..."
if ! $COMPOSE_CMD up -d backend; then if ! $COMPOSE_CMD up -d backend; then
echo "Error: Failed to start backend container." echo "Error: Failed to start backend container."
exit 1 exit 1