fix(docker): Add missing dependencies for backend and add healthcheck for docker

This commit is contained in:
2025-04-30 15:40:43 +02:00
parent 53a0575773
commit 56b4d06db8
5 changed files with 964 additions and 4 deletions

7
backend/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"mysql2": "^3.14.1"
}
}