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

@@ -4,7 +4,7 @@ FROM node:20-alpine AS deps
RUN apk add --no-cache libc6-compat openssl git
WORKDIR /app
RUN git clone https://github.com/ModelEngine-Group/deer-flow.git /deer-flow \
RUN git clone https://ghproxy.net/https://github.com/ModelEngine-Group/deer-flow.git /deer-flow \
&& mv /deer-flow/web/* /app \
&& rm -rf /deer-flow