Add output: standalone for Docker build

This commit is contained in:
parsa aghaei 2026-06-23 12:36:08 +03:30
parent c3fc4dc7c2
commit 353d842cd1

View File

@ -3,6 +3,7 @@ import withBundleAnalyzer from '@next/bundle-analyzer';
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: false,
images: {
remotePatterns: [