Add corporate brain v1 knowledge base

This commit is contained in:
2026-06-20 03:41:50 +00:00
commit 6e53e535d4
24 changed files with 962 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Runbook .NET + Docker
## Objetivo
Construir y ejecutar APIs .NET en contenedor.
## Flujo
Código .NET
dotnet restore
dotnet build
dotnet test
dotnet publish
runtime image
container
## Reglas
- Multi-stage build.
- Usuario no root.
- Healthcheck.
- Variables de entorno.
- Logs stdout.