Add output: standalone for Docker build
This commit is contained in:
parent
c3fc4dc7c2
commit
353d842cd1
@ -3,6 +3,7 @@ import withBundleAnalyzer from '@next/bundle-analyzer';
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
reactStrictMode: false,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user