fix: improve docker deployment stability and ensure prisma migrations run in production

This commit is contained in:
2026-01-12 22:15:33 +01:00
parent 88a594447b
commit 91901a66d9
3 changed files with 19 additions and 11 deletions

View File

@@ -30,7 +30,8 @@
"react-hook-form": "^7.71.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.5"
"zod": "^4.3.5",
"prisma": "^6.19.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -40,9 +41,8 @@
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"prisma": "^6.19.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}
}