Force drift rebuild: add CACHE_BUST build arg to Dockerfile + docker-compose
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user