diff --git a/Dockerfile b/Dockerfile index d5b5387..786e5ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "/app/main.py"] \ No newline at end of file