Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 /
|
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
|