chokiproai commited on
Commit
3e79a6c
1 Parent(s): 900bd5f

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/chokiproai/chatgpt.git
3
  WORKDIR "chatgpt"
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
  WORKDIR "chatgpt"
4
  RUN npm i
5
  RUN npm run build