fix the manager

This commit is contained in:
2026-07-06 12:18:41 +02:00
parent 8891e78b1d
commit 948f209436
20 changed files with 1069 additions and 468 deletions

View File

@@ -6,9 +6,11 @@ COPY requirements.txt .
RUN pip install -r requirements.txt
COPY config_model.py .
COPY manager.py .
COPY config.json .
COPY validate_config.py .
ENV INACTIVITY_SECONDS=10
CMD ["python", "manager.py"]
CMD ["python", "manager.py"]