mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
👷 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:
@@ -111,6 +111,9 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
},
|
||||
output: buildWithDocker ? 'standalone' : undefined,
|
||||
outputFileTracingIncludes: buildWithDocker
|
||||
? { '*': ['public/**/*', '.next/static/**/*'] }
|
||||
: undefined,
|
||||
reactStrictMode: true,
|
||||
redirects: async () => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user