This commit is contained in:
2026-01-09 10:10:58 +08:00
parent adb90bbf10
commit 92aa27caa9
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ ENV UV_INDEX_URL="https://mirrors.aliyun.com/pypi/simple/"
WORKDIR /app
# Copy the application into the container.
RUN git clone https://github.com/ModelEngine-Group/deer-flow.git /app
RUN git clone https://ghproxy.net/https://github.com/ModelEngine-Group/deer-flow.git /app
COPY runtime/deer-flow/.env /app/.env
COPY runtime/deer-flow/conf.yaml /app/conf.yaml