hfga commited on
Commit
6eaa211
1 Parent(s): 887f491

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y git
8
  WORKDIR /app
9
 
10
  # 克隆项目代码
11
- RUN git clone https://github.com/fatwang2/coze2openai.git .
12
 
13
  # 安装 pnpm
14
  RUN npm install -g pnpm
 
8
  WORKDIR /app
9
 
10
  # 克隆项目代码
11
+ RUN git clone https://github.com/qtotlk1/coze2openai.git .
12
 
13
  # 安装 pnpm
14
  RUN npm install -g pnpm