jokyone commited on
Commit
89a0544
·
verified ·
1 Parent(s): 7e5270e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . /app
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
16
 
 
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 ChatGPT-Next-Web && \
14
  npm install && \
15
  npm run build
16