Merge branch 'main' into dev

This commit is contained in:
martin
2025-06-14 00:30:45 +02:00
15 changed files with 579 additions and 34 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ fi
if [ "$1" = "full" ]; then
# 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
echo "Error: Failed to start backend container."
exit 1
@@ -137,4 +137,4 @@ else
exit 1
fi
fi
sleep 10
sleep 10