diff --git a/Dockerfile b/Dockerfile index aaa9769..9a4681e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN pnpm install --production # Copy build artifacts from the build stage COPY --from=build /base/.next ./.next COPY --from=build /base/public ./public -COPY --from=build /base/next.config.js ./ +COPY --from=build /base/next.config.mjs ./ # Expose the port for the application EXPOSE 3000