Add corporate brain v1 knowledge base
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user