chore: bust Docker cache with BUILD_CACHE_BUST arg
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user