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

View File

@@ -1,6 +1,3 @@
# See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
# This stage is used when running from VS in fast mode (Default for Debug configuration)
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
WORKDIR /app