diff --git a/Dockerfile b/Dockerfile index a349cdf..3c81f71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,12 +9,11 @@ COPY requirements.txt . RUN pip install --upgrade pip wheel && \ pip install -r requirements.txt -COPY requirements.txt . WORKDIR /app RUN python -m compileall . -COPY . . +COPY src . ENTRYPOINT ["python3", "-u", "main.py"] \ No newline at end of file