Niansuh commited on
Commit
fdfd663
·
verified ·
1 Parent(s): 13f3200

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
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/RKIAI/ChatGPT-Next-Web.git
6
 
7
  # Set the working directory inside the container
8
  WORKDIR "ChatGPT-Next-Web"
@@ -13,7 +13,7 @@ RUN npm install
13
  # Build the project
14
  RUN npm run build
15
 
16
- ENV CUSTOM_MODELS=-all,+gpt-all-tools@NAI,+gpt-4o@NAI,+gpt-4o-mini@NAI,+claude3@NAI
17
 
18
  # Define environment variables
19
  EXPOSE 3000
 
2
  FROM node:18
3
 
4
  # Clone the ChatGPT repository from GitHub
5
+ RUN git clone https://github.com/Niansuh/ChatGPT-Next-Web.git
6
 
7
  # Set the working directory inside the container
8
  WORKDIR "ChatGPT-Next-Web"
 
13
  # Build the project
14
  RUN npm run build
15
 
16
+ ENV CUSTOM_MODELS=-all,+gpt-4o@NAI,+gpt-4o-mini@NAI
17
 
18
  # Define environment variables
19
  EXPOSE 3000