refactor: update Dockerfile and docker-compose.yml for Next.js 15 optimization and standalone output

This commit is contained in:
hamed
2025-12-10 14:44:41 +03:30
parent 6f0c29d700
commit 8e5e8e1e9d
3 changed files with 9 additions and 8 deletions
+2
View File
@@ -23,6 +23,8 @@ const nextConfig = {
trailingSlash: false,
compress: true,
poweredByHeader: false,
// Enable standalone output for Docker
output: 'standalone',
};
module.exports = nextConfig;