Update quickstart scripts to always rebuild containers

- Added --build flag to docker-compose up command
- Ensures latest code changes are always included
- Prevents issues with stale cached images
- Updated all three quickstart scripts (Linux/macOS, Windows batch, PowerShell)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-15 09:06:50 -05:00
parent 85e8776fc3
commit 17fc9c9b75
3 changed files with 8 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ if not exist .env (
)
echo.
echo Starting services with Docker Compose...
%COMPOSE_CMD% up -d
echo Building and starting services with Docker Compose...
%COMPOSE_CMD% up -d --build
if %errorlevel% neq 0 (
echo.