cool commited on
Commit
3a37058
·
verified ·
1 Parent(s): 8a7659f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ COPY upload_suggestions.py /app/upload_suggestions.py
43
 
44
  ENV LT_HOST="0.0.0.0"
45
  ENV LT_PORT="7860"
46
- ENV LT_LOAD_ONLY="en,de,kab_comp,oc"
47
  ENV LT_SSL=True
48
  ENV LT_SUGGESTIONS="true"
49
  ENV LT_REQ_LIMIT="100"
 
43
 
44
  ENV LT_HOST="0.0.0.0"
45
  ENV LT_PORT="7860"
46
+ ENV LT_LOAD_ONLY="en,de,kab_comp,oc,oc_comp"
47
  ENV LT_SSL=True
48
  ENV LT_SUGGESTIONS="true"
49
  ENV LT_REQ_LIMIT="100"