Add CI workflow for Docker build and deployment; update Dockerfile and adjust health reduction logic in PetActionService; modify database connection string in appsettings.json

This commit is contained in:
2025-02-15 22:20:19 -03:00
parent b84599b370
commit 1cf5f07c80
4 changed files with 66 additions and 6 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=petcompanion.db"
"DefaultConnection": "Data Source=game-data/petcompanion.db"
}
}