añadido guidelines de karpathy y repensado del proyecto

This commit is contained in:
2026-05-25 19:28:58 +02:00
parent 8c594f8ddf
commit d95ed15766
51 changed files with 637 additions and 1215 deletions
+2
View File
@@ -30,6 +30,8 @@ USER agent
EXPOSE 8000
# Nota: Este servicio ahora sirve tanto la API REST como la UI HTMX (Opción A)
HEALTHCHECK --interval=10s --timeout=3s --start-period=15s --retries=3 \
CMD curl -fsS http://localhost:8000/health || exit 1