Niansuh commited on
Commit
529e3a6
1 Parent(s): 0db3e07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -13,6 +13,9 @@ 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
+ ENV CUSTOM_MODELS=-all,+Creative-g4t,+Balanced-g4t,+Precise-g4t,+Creative,+Balanced,+Precise,+Creative-g4t-offline,+Balanced-g4t-offline,+Precise-g4t-offline,+Creative-offline,+Balanced-offline,+Precise-offline
18
+
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000
21