Force drift rebuild: add CACHE_BUST build arg to Dockerfile + docker-compose
All checks were successful
CI — P2 Drift (Go + Node) / agent (push) Successful in 10s
CI — P2 Drift (Go + Node) / saas (push) Successful in 27s

This commit is contained in:
2026-03-01 23:06:19 +00:00
parent cbc9e01807
commit 00aaf1a941
2 changed files with 5 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ services:
build:
context: ./01-llm-cost-router
dockerfile: Dockerfile
args:
CACHE_BUST: "2026-03-01-2300"
command: ["dd0c-api"]
ports:
- "3001:3000"
@@ -108,6 +110,8 @@ services:
build:
context: ./02-iac-drift-detection/saas
dockerfile: Dockerfile
args:
CACHE_BUST: "2026-03-01-2300"
ports:
- "3002:3000"
environment: