omkar56 commited on
Commit
28d0ecb
·
1 Parent(s): 3b5f016

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM node:18
2
- RUN git clone https://github.com/chokiproai/ChatGPT-Plugins.git
 
3
  WORKDIR "ChatGPT-Plugins"
4
  RUN npm i
5
  RUN npm run build
 
1
  FROM node:18
2
+ # RUN git clone https://github.com/chokiproai/ChatGPT-Plugins.git
3
+ RUN git clone https://github.com/OmkarShinde1996/ChatGPT-Plugins.git
4
  WORKDIR "ChatGPT-Plugins"
5
  RUN npm i
6
  RUN npm run build