Update Dockerfile
Browse files- 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/
|
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
|