fix(build): Added --no-root
This commit is contained in:
@@ -14,7 +14,7 @@ COPY pyproject.toml /
|
||||
|
||||
RUN poetry config virtualenvs.create false && \
|
||||
poetry lock && \
|
||||
poetry install --no-interaction --no-ansi
|
||||
poetry install --no-interaction --no-ansi --no-root
|
||||
|
||||
FROM python:3.11-slim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user