Niansuh commited on
Commit
b5f1647
·
verified ·
1 Parent(s): 0212e9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,10 +2,10 @@
2
  FROM node:18
3
 
4
  # Clone the ChatGPT repository from GitHub
5
- RUN git clone https://github.com/RKIAI/ChatGPT-Next-Web.git
6
 
7
  # Set the working directory inside the container
8
- WORKDIR "ChatGPT-Next-Web"
9
 
10
  # Install dependencies using npm
11
  RUN npm install
 
2
  FROM node:18
3
 
4
  # Clone the ChatGPT repository from GitHub
5
+ RUN git clone https://github.com/RKIAI/ChatGPT-Next-Web-LangChain.git
6
 
7
  # Set the working directory inside the container
8
+ WORKDIR "ChatGPT-Next-Web-LangChain"
9
 
10
  # Install dependencies using npm
11
  RUN npm install