Spaces:
Running
Running
Update Dockerfile
Browse files- 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/
|
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
|