diff --git a/Dockerfile b/Dockerfile index acdbd5fd..e72eca3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV POETRY_HOME="/opt/poetry" PATH="${PATH}:/opt/poetry/bin" RUN curl -sSL https://install.python-poetry.org | python - -y && \ poetry self add poetry-plugin-export -COPY ./pyproject.toml ./poetry.lock* /tmp/ +COPY ./pyproject.toml /tmp/ RUN poetry export \ -f requirements.txt \