/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactStrictMode: true, swcMinify: true, // Ensure we can access the app from outside the container experimental: { outputFileTracingRoot: undefined, } } module.exports = nextConfig