chore: bust Docker cache with BUILD_CACHE_BUST arg

This commit is contained in:
2026-09-08 15:46:20 +00:00
parent b4301285e5
commit 4e7a85e52d
2 changed files with 25 additions and 7 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM node:22-alpine AS build
WORKDIR /app
ARG BUILD_CACHE_BUST=20260908
COPY package.json package-lock.json ./
RUN npm ci
COPY tsconfig.json ./