Niansuh commited on
Commit
7b4ed34
·
verified ·
1 Parent(s): 28817cb

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 repository from GitHub
5
- RUN git clone https://github.com/NiansuhAI/BingAI.git
6
 
7
  # Set the working directory inside the container
8
  WORKDIR "BingAI"
 
2
  FROM node:18
3
 
4
  # Clone the ChatGPT repository from GitHub
5
+ RUN git clone -b Bing https://github.com/NiansuhAI/BingAI.git
6
 
7
  # Set the working directory inside the container
8
  WORKDIR "BingAI"