Use poetry install --no-root in billing image
This commit is contained in:
@@ -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 . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user