fix: force staging container recreation
CI Pipeline with Test Management / 🧪 Run Tests & Generate Reports (push) Waiting to run
CI Pipeline with Test Management / 🐳 Docker Integration Tests (push) Blocked by required conditions
CI Pipeline with Test Management / 🏗️ Build Docker Image (push) Blocked by required conditions
CI Pipeline with Test Management / 📊 Generate Test Summary (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🧪 Run Tests & Generate Reports (push) Waiting to run
Test Reporting & Gherkin Analysis / 📊 Analyze Test Coverage (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🔄 Sync with Linear (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / ⚡ Performance Monitoring (push) Blocked by required conditions

This commit is contained in:
Do Siki
2026-08-17 16:57:17 +02:00
parent e01ce22d1e
commit 82124f3d2b
+2 -1
View File
@@ -39,7 +39,8 @@ echo "🔑 Környezeti változók betöltése ($ENV_FILE)..."
# 3. Docker konténerek újraépítése és indítása
echo "🐳 Build és indítás..."
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up --build -d
# A friss Dockerfile- vagy build-arg-változásoknak is új konténerben kell érvényesülniük.
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up --build --force-recreate -d
# 4. Healthcheck
echo "⏳ Healthcheck (max 60s)..."