Persarce commited on
Commit
0f47db6
·
verified ·
1 Parent(s): 30241a0

Update Dockerfile

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