Fix dockerfile and python

This commit is contained in:
2025-06-23 11:30:33 +01:00
parent 69cf48b7c3
commit 2ae936ff67
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -6,6 +6,5 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY app/ ./
COPY database.db ./
CMD "python monitor-planning.py"
CMD "python3 monitor-planning.py"