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