Documenter is ignored but it works pretty well

This commit is contained in:
Renn F
2025-12-25 07:40:39 +01:00
parent 15f5be3f8b
commit 7f13e10bf4
13 changed files with 386 additions and 99 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
# =============================================================================
# Orchestrator - Docker Hardened Image (DHI)
# Orchestrator
# =============================================================================
# API Server + Agent Spawner using DHI Python 3.13
# API Server + Agent Spawner using Python 3.13
# =============================================================================
FROM dhi.io/python:3.13-debian13-dev
FROM python:3.13-bookworm
# Install dependencies + Docker CLI
RUN apt-get update && apt-get install -y --no-install-recommends \