diff --git a/Dockerfile b/Dockerfile index 002ef6e..f976ca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \ RUN pip install poetry -COPY pyproject.toml poetry.lock README.md ./ +COPY pyproject.toml poetry.lock ./ RUN poetry config virtualenvs.create false