From 171358bc8def12f91daebce63a064b646dddc05d Mon Sep 17 00:00:00 2001 From: James Jennett-Wheeler Date: Mon, 23 Jun 2025 11:36:20 +0100 Subject: [PATCH] Start command absolute path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3c5276..1f63a87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY app/ ./ -CMD "python3 monitor-planning.py" \ No newline at end of file +CMD "python3 /usr/src/app/monitor-planning.py" \ No newline at end of file