From 17e6e7d67716696a35e177b00e34346d4922317a Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Sun, 6 Apr 2025 16:12:22 +0100 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 2 ++ 1 file changed, 2 insertions(+) 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