added theming

This commit is contained in:
Hirnwunde
2026-05-18 11:54:31 +02:00
parent 9f6b6a8518
commit dc3722c803
10 changed files with 4781 additions and 2040 deletions

View File

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