Refactor Dockerfile for improved build process; switch to node:20 base image, add build step, and configure volume and port exposure. Update package dependencies for bcrypt and bcryptjs, remove unused files, and enhance README with clearer project structure and setup instructions.

This commit is contained in:
2025-06-18 17:22:40 +02:00
parent dd10624ce4
commit 7e8aa3f498
11 changed files with 591 additions and 678 deletions

View File

@@ -29,7 +29,8 @@
"typescript": "^5.3.3",
"date-fns": "^3.6.0",
"@tailwindcss/typography": "^0.5.16",
"bcrypt": "^6.0.0"
"bcryptjs": "^2.4.3",
"bcrypt": "^5.0.2"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
@@ -38,6 +39,6 @@
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"@types/bcrypt": "^5.0.2"
"@types/bcryptjs": "^2.4.6"
}
}