From c2d3897acf1f4d6dd55490594be7601e49571b00 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 20 Sep 2025 13:30:54 -0400 Subject: [PATCH] Enable standalone output for Docker --- frontend/next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/next.config.ts b/frontend/next.config.ts index a67c603..cdafba7 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -52,6 +52,9 @@ const nextConfig: NextConfig = { // Enable static optimization trailingSlash: false, poweredByHeader: false, + + // Enable standalone output for Docker + output: 'standalone', // Compiler optimizations compiler: {