Fix billing Dockerfile README copy
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends build-essential curl \
|
&& apt-get install -y --no-install-recommends build-essential curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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 \
|
RUN pip install --no-cache-dir poetry==2.2.1 \
|
||||||
&& poetry install --no-interaction --no-ansi
|
&& poetry install --no-interaction --no-ansi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user