fix: remove standalone output, run next start in Docker

This commit is contained in:
2026-04-01 04:18:31 +00:00
parent ac60822134
commit e8b91468a1
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
};