wenjiao commited on
Commit
c9814dd
·
verified ·
1 Parent(s): 7a4da40

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM node:18
5
  RUN apt-get update && apt-get install -y git
6
 
7
  # Clone the ChatGPT-Langchain repository from GitHub
8
- RUN git clone https://github.com/WenjiaoYue/test.git /app
9
 
10
  # Set the working directory inside the container
11
  WORKDIR /app
 
5
  RUN apt-get update && apt-get install -y git
6
 
7
  # Clone the ChatGPT-Langchain repository from GitHub
8
+ RUN git clone https://github.com/WenjiaoYue/test.git /test
9
 
10
  # Set the working directory inside the container
11
  WORKDIR /app