wIK5Ez2o commited on
Commit
ada499c
·
verified ·
1 Parent(s): 41c7bf0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  FROM --platform=$BUILDPLATFORM node:16 AS builder
2
 
3
  WORKDIR /src
4
- #RUN git clone https://github.com/songquanpeng/one-api.git -b v0.6.8 .
5
- RUN git clone https://github.com/VoAPI/VoAPI.git -b v0.7.3 .
6
 
7
  WORKDIR /src/web/default
8
  RUN npm install
 
1
  FROM --platform=$BUILDPLATFORM node:16 AS builder
2
 
3
  WORKDIR /src
4
+ RUN git clone https://github.com/songquanpeng/one-api.git -b v0.6.10 .
 
5
 
6
  WORKDIR /src/web/default
7
  RUN npm install