aboutsummaryrefslogtreecommitdiff
path: root/174bg/website
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 19:29:39 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 19:29:39 +0100
commit67d65ed2da169aedd7b8d419ff2e5d1fb12c5999 (patch)
tree613391da049ccd374de5fd421411a994d9597356 /174bg/website
parentbee81646fb39d87985d2fae1f9e824c6e9d7e9c4 (diff)
downloadunnamed-group-67d65ed2da169aedd7b8d419ff2e5d1fb12c5999.tar
unnamed-group-67d65ed2da169aedd7b8d419ff2e5d1fb12c5999.tar.gz
unnamed-group-67d65ed2da169aedd7b8d419ff2e5d1fb12c5999.tar.bz2
unnamed-group-67d65ed2da169aedd7b8d419ff2e5d1fb12c5999.tar.xz
unnamed-group-67d65ed2da169aedd7b8d419ff2e5d1fb12c5999.zip
persist the fetch cache generated during the build
Diffstat (limited to '174bg/website')
-rw-r--r--174bg/website/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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