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