Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM node:18
|
3 |
|
4 |
# Clone the ChatGPT repository from GitHub
|
5 |
-
RUN git clone -b
|
6 |
|
7 |
# Set the working directory inside the container
|
8 |
WORKDIR "ChatGPT"
|
|
|
2 |
FROM node:18
|
3 |
|
4 |
# Clone the ChatGPT repository from GitHub
|
5 |
+
RUN git clone -b Copilot https://github.com/Niansuh/ChatGPT.git
|
6 |
|
7 |
# Set the working directory inside the container
|
8 |
WORKDIR "ChatGPT"
|