supercyx3 commited on
Commit
b8c30f4
·
1 Parent(s): 7b832f1

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/Hk-Gosuto/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/supercyx3gmail/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web-LangChain"
4
 
5
  RUN yarn install && yarn build