fix: add cache bust arg to force clean Docker build

This commit is contained in:
kevin-asprec
2026-04-14 06:41:26 +08:00
parent cc52551b5a
commit 3040d4f6bf

View File

@@ -1,4 +1,5 @@
FROM node:20-alpine AS builder
ARG CACHE_BUST=1
WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm install