Update MR

This commit is contained in:
pratik
2025-10-16 13:49:12 -05:00
parent 122e3f2edc
commit 5920bf1617
2 changed files with 77 additions and 2 deletions

View File

@@ -28,12 +28,17 @@ if ! command -v docker-compose &> /dev/null; then
exit 1
fi
echo "Step 1: Starting Docker containers..."
echo "Step 1: Building Angular frontend locally..."
echo "==========================================="
./build-for-airgap.sh
echo ""
echo "Step 2: Starting Docker containers..."
echo "==========================================="
docker-compose up -d --build
echo ""
echo "Step 2: Waiting for services to be ready..."
echo "Step 3: Waiting for services to be ready..."
sleep 15
echo ""