diff --git a/Dockerfile b/Dockerfile index a6ba5f3..10415ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["python3", "src/main.py"] \ No newline at end of file +CMD ["python3", "-m", "src"] \ No newline at end of file