Spaces:
fsbxcm
/
Runtime error

dongsiqie commited on
Commit
6f73a50
1 Parent(s): 5bc0680

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -6
Dockerfile CHANGED
@@ -1,6 +1 @@
1
- FROM node:18
2
- RUN git clone https://github.com/Yidadaa/ChatGPT-Next-Web.git
3
- WORKDIR "ChatGPT-Next-Web"
4
- RUN yarn install && yarn build
5
- EXPOSE 3000
6
- CMD yarn start
 
1
+ FROM yidadaa/chatgpt-next-web