chore(docker): add CACHE_BUST arg to force clean builds

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 17:42:34 +02:00
parent 4c198e3020
commit 25fe1b8e36
+2
View File
@@ -10,6 +10,8 @@ COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile --ignore-scripts
# ── builder ─────────────────────────────────────────────────────────────────
# Bust cache when needed: docker build --build-arg CACHE_BUST=$(date +%s)
ARG CACHE_BUST=1
FROM base AS builder
WORKDIR /app
ENV PRISMA_CLI_BINARY_TARGETS=linux-musl-openssl-3.0.x