diff --git a/Dockerfile b/Dockerfile index 3cbfc85..6b46cb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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