Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
| 6 |
|
| 7 |
# 安装构建依赖(包括Python和make,某些npm包需要)
|
| 8 |
RUN apk add --no-cache python3 git make g++
|
| 9 |
-
RUN git clone https://github.com/
|
| 10 |
|
| 11 |
# 安装所有依赖(包括devDependencies)
|
| 12 |
RUN npm ci --registry https://registry.npmmirror.com/
|
|
|
|
| 6 |
|
| 7 |
# 安装构建依赖(包括Python和make,某些npm包需要)
|
| 8 |
RUN apk add --no-cache python3 git make g++
|
| 9 |
+
RUN git clone https://github.com/iptag/jimeng-api.git .
|
| 10 |
|
| 11 |
# 安装所有依赖(包括devDependencies)
|
| 12 |
RUN npm ci --registry https://registry.npmmirror.com/
|