refactor(docker): update Dockerfile and docker-compose for improved build process and add health check API

This commit is contained in:
ga1az
2025-06-24 23:44:06 -04:00
parent bc28ce09cb
commit 547f566fc2
4 changed files with 35 additions and 15 deletions

View File

@ -6,6 +6,7 @@ const nextConfig: NextConfig = {
},
reactStrictMode: true,
productionBrowserSourceMaps: true,
output: "standalone",
};
export default nextConfig;