We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8888198 commit 003e55dCopy full SHA for 003e55d
dbm-ui/Dockerfile
@@ -58,7 +58,7 @@ COPY ./pyproject.toml ./poetry.lock /
58
59
ENV PATH="/root/.cargo/bin:${PATH}"
60
# 创建 Python 虚拟环境并安装依赖
61
-RUN set -ex && python -m venv /venv && . /venv/bin/activate && pip install --upgrade pip && pip install poetry && poetry install
+RUN set -ex && python -m venv /venv && . /venv/bin/activate && pip install --upgrade pip && pip install poetry && poetry install --no-root
62
63
FROM base AS copy-backend-file
64
WORKDIR /app
0 commit comments