mirror of
https://github.com/AndersPier/v0-v0app.git
synced 2025-10-27 18:16:53 +00:00
fix: resolve Docker build failures and configuration issues
Add missing dependencies, fix Next.js config, update Docker Compose, and configure Tailwind CSS. #VERCEL_SKIP Co-authored-by: Anders Lehmann Pier <3219386+AndersPier@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
// Remove the invalid outputFileTracingRoot option
|
||||
experimental: {
|
||||
outputFileTracingRoot: undefined,
|
||||
// Add any valid experimental options here if needed
|
||||
},
|
||||
// Optimize for Docker
|
||||
compress: true,
|
||||
|
||||
Reference in New Issue
Block a user