Clean up drift: restore Dockerfile name, remove cache bust artifacts
All checks were successful
CI — P2 Drift (Go + Node) / agent (push) Successful in 14s
CI — P2 Drift (Go + Node) / saas (push) Successful in 28s

This commit is contained in:
2026-03-02 04:45:12 +00:00
parent e0b84f5481
commit d175c3a6e7
2 changed files with 1 additions and 6 deletions

View File

@@ -57,8 +57,6 @@ services:
build:
context: ./01-llm-cost-router
dockerfile: Dockerfile
args:
CACHE_BUST: "2026-03-01-2300"
command: ["dd0c-api"]
ports:
- "3001:3000"
@@ -107,12 +105,9 @@ services:
# P2: IaC Drift Detection (SaaS)
drift:
image: dd0c-drift:v2
build:
context: ./02-iac-drift-detection/saas
dockerfile: Dockerfile.v2
args:
CACHE_BUST: "2026-03-01-2300"
dockerfile: Dockerfile
ports:
- "3002:3000"
environment: