Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM node:18
|
2 |
-
RUN git clone https://github.com/SciYied/Next-Web
|
3 |
WORKDIR "ChatGPT-Next-Web"
|
4 |
-
|
5 |
RUN npm i
|
6 |
RUN npm run build
|
7 |
EXPOSE 3000
|
|
|
1 |
FROM node:18
|
2 |
+
RUN git clone https://github.com/SciYied/ChatGPT-Next-Web.git
|
3 |
WORKDIR "ChatGPT-Next-Web"
|
4 |
+
|
5 |
RUN npm i
|
6 |
RUN npm run build
|
7 |
EXPOSE 3000
|