update start_servicees.sh

This commit is contained in:
martin legrand
2025-05-29 10:51:08 +08:00
committed by Antoine Vivies
parent abae98cf77
commit ec1f7d31fb
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@ command_exists() {
command -v "$1" &> /dev/null
}
if [ "$1" = "full" ]; then
echo "Starting full deployment with backend and all services..."
else
echo "Starting core deployment with frontend and search services only..."
fi
#
# Check if Docker is installed é running
#