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

@@ -1,5 +1,6 @@
FROM node:22-slim AS builder
WORKDIR /app
ARG CACHE_BUST=1
COPY package.json package-lock.json* ./
RUN npm ci --include=dev
COPY . .