fix(build): Added --no-root

This commit is contained in:
l-nmch
2025-10-26 01:13:05 +02:00
parent 7215040d93
commit ecf60cfb5d

View File

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