build: sources for v0.9.14

This commit is contained in:
2026-05-21 14:35:25 +02:00
parent 534ea41816
commit 312b4083d2
12 changed files with 1261 additions and 869 deletions

View File

@@ -6,7 +6,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY kobrax_moonraker_bridge.py .
COPY _web_assets.py .
COPY web/ ./web/
COPY config_loader.py .
COPY env_loader.py .
COPY kobrax_client.py .