Mikhail W commited on
Commit
32020e1
1 Parent(s): 63c69c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -10,10 +10,10 @@ ENV REFRESH_TOKEN_EXPIRY=604800000
10
  # Uncomment the following ENV to enable search
11
  # Feel free to clone our meilisearch space and update the URL with your own
12
 
13
- # ENV SEARCH=true
14
- # ENV MEILI_NO_ANALYTICS=true
15
- # ENV MEILI_HOST=https://librechat-meilisearch.hf.space
16
- # ENV MEILI_HTTP_ADDR=https://librechat-meilisearch.hf.space
17
 
18
  # Create necessary directories
19
  RUN mkdir -p /app/client/public/images/temp
 
10
  # Uncomment the following ENV to enable search
11
  # Feel free to clone our meilisearch space and update the URL with your own
12
 
13
+ ENV SEARCH=true
14
+ ENV MEILI_NO_ANALYTICS=true
15
+ ENV MEILI_HOST=https://mikvlw-meilisearch.hf.space
16
+ ENV MEILI_HTTP_ADDR=https://mikvlw-meilisearch.hf.space
17
 
18
  # Create necessary directories
19
  RUN mkdir -p /app/client/public/images/temp