omkar56 commited on
Commit
0dbd155
·
1 Parent(s): a6ca1ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
 
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