dongsiqie commited on
Commit
87e9947
·
1 Parent(s): 8ff01d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:19
2
- RUN git clone https://github.com/sxqib/ChatGPT-with-Plugins.git
3
  WORKDIR "ChatGPT-with-Plugins"
4
  RUN yarn install && yarn build
5
  EXPOSE 3000
 
1
  FROM node:19
2
+ RUN git clone https://github.com/yangjianchuan/ChatGPT-with-Plugins.git
3
  WORKDIR "ChatGPT-with-Plugins"
4
  RUN yarn install && yarn build
5
  EXPOSE 3000