You've already forked DataMate
mirror
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user