jokyone commited on
Commit
7e5270e
·
verified ·
1 Parent(s): 891c26d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY . /app
9
 
10
  RUN apk add curl wget supervisor git py3-flask
11
 
12
- RUN git clone https://github.com/Harry-zklcdc/BingAPI-Demo.git && \
13
  cd BingAPI-Demo && \
14
  npm install && \
15
  npm run build
 
9
 
10
  RUN apk add curl wget supervisor git py3-flask
11
 
12
+ RUN git clone https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git && \
13
  cd BingAPI-Demo && \
14
  npm install && \
15
  npm run build