Change Dockerfile

This commit is contained in:
2026-01-03 16:17:39 +01:00
parent af5e2dd590
commit 2c97ba2486
5 changed files with 62 additions and 12 deletions

View File

@ -10,8 +10,8 @@
"format": "biome format --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@aws-sdk/client-s3": "^3.962.0",
"@aws-sdk/s3-request-presigner": "^3.962.0",
"@hookform/resolvers": "^5.2.2",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
@ -37,10 +37,10 @@
"react-dom": "19.2.1",
"react-hook-form": "^7.69.0",
"react-markdown": "^10.1.0",
"simple-icons": "^16.2.0",
"simple-icons": "^16.3.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.2.1"
"zod": "^4.3.4"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",