dongsiqie commited on
Commit
49aa5fe
1 Parent(s): 6eaa211

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/qtotlk1/coze2openai.git .
12
 
13
  # 安装 pnpm
14
  RUN npm install -g pnpm
 
8
  WORKDIR /app
9
 
10
  # 克隆项目代码
11
+ RUN git clone https://github.com/yangjianchuan/coze2openai.git .
12
 
13
  # 安装 pnpm
14
  RUN npm install -g pnpm