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