StarrySkyWorld commited on
Commit
2ef3aae
·
verified ·
1 Parent(s): c7a551b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/Starry-Sky-World/jimeng-api.git .
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/