Update Dockerfile
Browse files- Dockerfile +2 -2
    	
        Dockerfile
    CHANGED
    
    | @@ -2,10 +2,10 @@ | |
| 2 | 
             
            FROM node:18
         | 
| 3 |  | 
| 4 | 
             
            # Clone the ChatGPT repository from GitHub
         | 
| 5 | 
            -
            RUN git clone -b Bing https://github.com/ | 
| 6 |  | 
| 7 | 
             
            # Set the working directory inside the container
         | 
| 8 | 
            -
            WORKDIR " | 
| 9 |  | 
| 10 | 
             
            # Install dependencies using npm
         | 
| 11 | 
             
            RUN npm install
         | 
|  | |
| 2 | 
             
            FROM node:18
         | 
| 3 |  | 
| 4 | 
             
            # Clone the ChatGPT repository from GitHub
         | 
| 5 | 
            +
            RUN git clone -b Bing https://github.com/Niansuh/ChatGPT.git
         | 
| 6 |  | 
| 7 | 
             
            # Set the working directory inside the container
         | 
| 8 | 
            +
            WORKDIR "ChatGPT"
         | 
| 9 |  | 
| 10 | 
             
            # Install dependencies using npm
         | 
| 11 | 
             
            RUN npm install
         | 
