diff options
Diffstat (limited to '174bg')
| -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 |
