Start command absolute path

This commit is contained in:
2025-06-23 11:36:20 +01:00
parent 080ef78792
commit 171358bc8d
+1 -1
View File
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY app/ ./ COPY app/ ./
CMD "python3 monitor-planning.py" CMD "python3 /usr/src/app/monitor-planning.py"