Skip to content

Commit

Permalink
🐛 copy cache handler file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Sep 12, 2024
1 parent 1338d4e commit 70a7df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ COPY --from=deps /app/node_modules ./node_modules

COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/standalone/static
COPY ./custom-incremental-cache-handler.mjs ./.next/custom-incremental-cache-handler.mjs


USER nextjs
Expand Down

0 comments on commit 70a7df0

Please sign in to comment.