Start command absolute path

This commit is contained in:
James Jennett-Wheeler 2025-06-23 11:36:20 +01:00
parent 080ef78792
commit 171358bc8d

View File

@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY app/ ./
CMD "python3 monitor-planning.py"
CMD "python3 /usr/src/app/monitor-planning.py"