Niansuh commited on
Commit
17b5981
·
verified ·
1 Parent(s): 3454614

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm install
14
  RUN npm run build
15
 
16
  # Define environment variables
17
- ENV CUSTOM_MODELS=-all,+command-r,+command-r-plus,+command-light,+command-light-nightly,+command,+command-nightly
18
 
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000
 
14
  RUN npm run build
15
 
16
  # Define environment variables
17
+ ENV CUSTOM_MODELS=-all,+command-r-plus,+command-r,+command-light,+command-light-nightly,+command,+command-nightly
18
 
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000