chore: optimize Dockerfile and next.config for production standalone build
This commit is contained in:
@@ -21,6 +21,7 @@ const nextConfig: NextConfig = {
|
||||
}
|
||||
],
|
||||
},
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user