fix(build): Removed --no-dev

This commit is contained in:
l-nmch
2025-10-26 01:00:42 +02:00
parent 6023129ebe
commit 9b85f0521d

View File

@@ -13,7 +13,7 @@ COPY poetry.lock /
COPY pyproject.toml / COPY pyproject.toml /
RUN poetry config virtualenvs.create false && \ RUN poetry config virtualenvs.create false && \
poetry install --no-interaction --no-dev --no-ansi poetry install --no-interaction --no-ansi
FROM python:3.11-slim FROM python:3.11-slim