diff --git a/next.config.mjs b/next.config.mjs index a15c1f9..a7159e5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -24,6 +24,8 @@ const nextConfig = { }, ]; }, + // Output mode for Docker builds + output: 'standalone', // Reduce memory usage during builds onDemandEntries: { // Period (in ms) where the server will keep pages in the buffer