fix(docker): Add missing dependencies for backend and add healthcheck for docker
This commit is contained in:
7
backend/package.json
Normal file
7
backend/package.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"mysql2": "^3.14.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user