feat(docker): enhance development setup with reactive_resume service and health checks

This commit is contained in:
Amruth Pillai
2026-05-13 15:35:08 +02:00
parent 42fc78dca1
commit 1294d3354a
22 changed files with 301 additions and 189 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
"@uiw/color-convert": "^2.10.1",
"clsx": "^2.1.1",
"docx": "^9.6.1",
"dompurify": "^3.4.2",
"dompurify": "^3.4.3",
"fast-json-patch": "^3.1.1",
"tailwind-merge": "^3.6.0",
"unique-names-generator": "^4.7.1",
@@ -45,7 +45,7 @@
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@types/node": "^25.7.0",
"@typescript/native-preview": "7.0.0-dev.20260512.1",
"@typescript/native-preview": "7.0.0-dev.20260513.1",
"typescript": "^6.0.3"
}
}