wenjiao commited on
Commit
26a3dd7
·
verified ·
1 Parent(s): 04486c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM node:18
3
 
4
  # Clone the ChatGPT-Langchain repository from GitHub
5
- RUN git clone https://github.com/Niansuh/ChatGPT-Langchain.git
6
 
7
  # Set the working directory inside the container
8
  WORKDIR "ChatGPT-Langchain"
 
2
  FROM node:18
3
 
4
  # Clone the ChatGPT-Langchain repository from GitHub
5
+ RUN git clone https://github.com/WenjiaoYue/blob-sveltekit.git
6
 
7
  # Set the working directory inside the container
8
  WORKDIR "ChatGPT-Langchain"