Niansuh commited on
Commit
afd0495
·
verified ·
1 Parent(s): 038cdf6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -13,6 +13,10 @@ RUN npm install
13
  # Build the project
14
  RUN npm run build
15
 
 
 
 
 
16
  # Expose port 3000 for accessing the application
17
  EXPOSE 3000
18
 
 
13
  # Build the project
14
  RUN npm run build
15
 
16
+ # Define environment variables
17
+
18
+ ENV CUSTOM_MODELS=-all,+deepseek_chat
19
+
20
  # Expose port 3000 for accessing the application
21
  EXPOSE 3000
22