Mit Scheduler für echte 5min

This commit is contained in:
2025-12-19 17:38:00 +00:00
parent 9d46ba9f46
commit 27f7c5544d
3 changed files with 95 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Kopiere den Anwendungscode
COPY main.py .
COPY monitor.py .
COPY scheduler.py .
# Erstelle Verzeichnis für Videospeicher
RUN mkdir -p /app/videospeicher