👷 build: fix docker build failed (#6628)

* try to fix

* try to fix

* try to fix

* fix docker build

* try to fix

* try to fix docker build

* try to fix docker build

* update docs

* try  to not copy pg and drizzle orm

* remove /deps

* update
This commit is contained in:
Arvin Xu
2025-03-02 21:58:57 +08:00
committed by GitHub
parent e01686cf23
commit c599fcc3aa
7 changed files with 46 additions and 58 deletions
+3
View File
@@ -111,6 +111,9 @@ const nextConfig: NextConfig = {
},
},
output: buildWithDocker ? 'standalone' : undefined,
outputFileTracingIncludes: buildWithDocker
? { '*': ['public/**/*', '.next/static/**/*'] }
: undefined,
reactStrictMode: true,
redirects: async () => [
{