diff --git a/Dockerfile b/Dockerfile index 0a1e7a5..90646ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN pip install poetry COPY pyproject.toml poetry.lock README.md ./ RUN poetry config virtualenvs.create false \ - && poetry install --no-dev --only main + && poetry install --only main FROM python:3.12-slim