From 353d842cd18976567954a3031c960bb384a167cd Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Tue, 23 Jun 2026 12:36:08 +0330
Subject: [PATCH] Add output: standalone for Docker build
---
next.config.mjs | 1 +
1 file changed, 1 insertion(+)
diff --git a/next.config.mjs b/next.config.mjs
index 0d997f1..0af29db 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -3,6 +3,7 @@ import withBundleAnalyzer from '@next/bundle-analyzer';
/** @type {import('next').NextConfig} */
const nextConfig = {
+ output: 'standalone',
reactStrictMode: false,
images: {
remotePatterns: [