Niansuh commited on
Commit
4cd97b3
·
verified ·
1 Parent(s): 4a60ea6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ RUN npm install
13
  # Build the project
14
  RUN npm run build
15
 
 
 
16
  # Define environment variables
17
  EXPOSE 3000
18
 
 
13
  # Build the project
14
  RUN npm run build
15
 
16
+ ENV CUSTOM_MODELS=-all,+70b@AI
17
+
18
  # Define environment variables
19
  EXPOSE 3000
20