Remove Mixtral Repo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Use the Node.js 18 base image
|
| 2 |
FROM node:18
|
| 3 |
|
| 4 |
-
# Clone the
|
| 5 |
RUN git clone https://github.com/Niansuh/ChatGPT.git
|
| 6 |
|
| 7 |
# Set the working directory inside the container
|
|
|
|
| 1 |
# Use the Node.js 18 base image
|
| 2 |
FROM node:18
|
| 3 |
|
| 4 |
+
# Clone the ChatGPT repository from GitHub
|
| 5 |
RUN git clone https://github.com/Niansuh/ChatGPT.git
|
| 6 |
|
| 7 |
# Set the working directory inside the container
|