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