Skip to content

Commit 3258048

Browse files
committed
copy cache in runner
1 parent 5af8fa4 commit 3258048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docker/production/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ COPY --from=builder --chown=node:node /app/public ./public
7474
# https://nextjs.org/docs/advanced-features/output-file-tracing
7575
COPY --from=builder --chown=node:node /app/.next/standalone ./
7676
COPY --from=builder --chown=node:node /app/.next/static ./.next/static
77+
COPY --from=builder --chown=node:node /app/.next/cache ./.next/cache
7778

7879
# Move the drizzle directory to the runtime image
7980
COPY --from=builder --chown=node:node /app/src/app/db/migrations ./migrations

0 commit comments

Comments
 (0)