Use poetry install --no-root in billing image

This commit is contained in:
Ruslan Bakiev
2026-01-04 12:00:11 +07:00
parent 655d8d3949
commit 4d3e011740

View File

@@ -12,7 +12,7 @@ RUN apt-get update \
COPY pyproject.toml poetry.lock README.md ./
RUN pip install --no-cache-dir poetry==2.2.1 \
&& poetry install --no-interaction --no-ansi
&& poetry install --no-interaction --no-ansi --no-root
COPY . .