heroo commited on
Commit
461a437
·
verified ·
1 Parent(s): cb139a0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM node:16 as builder
2
 
3
  WORKDIR /build
4
  RUN git clone https://github.com/MartialBE/one-hub.git .
5
- RUN wget -qO- -t1 -T2 "https://api.github.com/repos/MartialBE/one-hub/releases" | \
6
  grep "tag_name" | \
7
  head -n 1 | \
8
  awk -F ":" '{print $2}' | \
 
2
 
3
  WORKDIR /build
4
  RUN git clone https://github.com/MartialBE/one-hub.git .
5
+ RUN wget -qO- -t1 -T2 "https://api.github.com/repos/ai365vip/chat-api/releases" | \
6
  grep "tag_name" | \
7
  head -n 1 | \
8
  awk -F ":" '{print $2}' | \