Skip to content

Commit

Permalink
fix: docker copy edge-chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Apr 11, 2023
1 parent d03b13b commit da9bf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY --from=builder /app/public ./public
# https://nextjs.org/docs/advanced-features/output-file-tracing
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/.next/edge-chunks ./.next/edge-chunks
COPY --from=builder /app/.next/server/edge-chunks ./.next/server/edge-chunks
COPY --from=builder /app/scripts ./scripts

EXPOSE 3000
Expand Down

0 comments on commit da9bf02

Please sign in to comment.