Spaces:
Autodog
/
Runtime error

supercyx3 commited on
Commit
11c2107
1 Parent(s): 4dc40c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:18
2
- RUN git clone https://github.com/supercyx3gmail/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web-LangChain"
4
 
5
  RUN yarn install && yarn build
 
1
  FROM node:18
2
+ RUN git clone https://github.com/supercyx3/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web-LangChain"
4
 
5
  RUN yarn install && yarn build