fix manager-solution

This commit is contained in:
2026-01-19 12:06:05 +01:00
parent 6a19f7cde6
commit 94b3a5ae88
261 changed files with 14723 additions and 17 deletions

View File

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