diff --git a/Dockerfile b/Dockerfile index 1c0bbab..757ee13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,6 @@ COPY requirements.txt . WORKDIR /app -COPY *.py . +COPY . . ENTRYPOINT ["/opt/venv/bin/python3", "-u", "main.py"]