fix: add cache bust arg to force clean Docker build
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM node:20-alpine AS builder
|
||||
ARG CACHE_BUST=1
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json* ./
|
||||
COPY packages/shared/package.json ./packages/shared/
|
||||
|
||||
Reference in New Issue
Block a user