From 67d65ed2da169aedd7b8d419ff2e5d1fb12c5999 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 19:29:39 +0100 Subject: persist the fetch cache generated during the build --- 174bg/website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/174bg/website/Dockerfile b/174bg/website/Dockerfile index bf4fce4..cb4fc72 100644 --- a/174bg/website/Dockerfile +++ b/174bg/website/Dockerfile @@ -100,7 +100,7 @@ COPY --from=builder --chown=node:node /app/.next/static ./.next/static # If you want to persist the fetch cache generated during the build so that # cached responses are available immediately on startup, uncomment this line: -# COPY --from=builder --chown=node:node /app/.next/cache ./.next/cache +COPY --from=builder --chown=node:node /app/.next/cache ./.next/cache # Switch to non-root user for security best practices USER node -- cgit v1.2.3