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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
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
 
6
  WORKDIR /src/web/default
7
  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.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