diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 19:29:39 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 19:29:39 +0100 |
| commit | 67d65ed2da169aedd7b8d419ff2e5d1fb12c5999 (patch) | |
| tree | 613391da049ccd374de5fd421411a994d9597356 | |
| parent | bee81646fb39d87985d2fae1f9e824c6e9d7e9c4 (diff) | |
| download | unnamed-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
| -rw-r--r-- | 174bg/website/Dockerfile | 2 |
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 |
