Fix billing Dockerfile README copy

This commit is contained in:
Ruslan Bakiev
2026-01-04 11:49:26 +07:00
parent 1bd87eb1b8
commit 655d8d3949

View File

@@ -10,7 +10,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential curl \
&& rm -rf /var/lib/apt/lists/*
COPY pyproject.toml poetry.lock ./
COPY pyproject.toml poetry.lock README.md ./
RUN pip install --no-cache-dir poetry==2.2.1 \
&& poetry install --no-interaction --no-ansi