Update build process, gitignore packagelock:

This commit is contained in:
pratik
2025-10-16 13:02:50 -05:00
parent 1016fee300
commit 2584e92af2
10 changed files with 64 additions and 184 deletions

View File

@@ -28,17 +28,12 @@ if ! command -v docker-compose &> /dev/null; then
exit 1
fi
echo "Step 1: Building Angular frontend locally..."
echo "==========================================="
./build-for-airgap.sh
echo ""
echo "Step 2: Starting Docker containers..."
echo "Step 1: Starting Docker containers..."
echo "==========================================="
docker-compose up -d --build
echo ""
echo "Step 3: Waiting for services to be ready..."
echo "Step 2: Waiting for services to be ready..."
sleep 15
echo ""
@@ -46,8 +41,7 @@ echo "========================================="
echo "Services are running!"
echo "========================================="
echo ""
echo "Frontend: http://localhost:4200"
echo "API: http://localhost:8000"
echo "Web UI: http://localhost:8000"
echo "API Docs: http://localhost:8000/docs"
echo "MinIO Console: http://localhost:9001"
echo " Username: minioadmin"