diff --git a/app/Dockerfile b/app/Dockerfile index dbadb4b..dcee5aa 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -12,6 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -WORKDIR / - -CMD ["python", "app/main.py"] \ No newline at end of file +CMD ["python", "-m", "main"] \ No newline at end of file