fixed docker
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "NEXT_DISABLE_TURBOPACK=1 next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
@@ -34,7 +34,7 @@
|
||||
"jose": "^6.1.3",
|
||||
"lucide-react": "^0.563.0",
|
||||
"mini-svg-data-uri": "^1.4.4",
|
||||
"next": "^15.0.0",
|
||||
"next": "16.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
"openai": "^4.28.0",
|
||||
"puppeteer": "^22.0.0",
|
||||
|
||||
Reference in New Issue
Block a user