Smartlizardpy commited on
Commit
4aa45ba
·
verified ·
1 Parent(s): 3fec9e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,6 +5,6 @@ RUN mkdir -p /.local && chmod 777 /.local /app/db
5
 
6
  ENV LT_HOST="0.0.0.0"
7
  ENV LT_PORT="7860"
8
- ENV LT_LOAD_ONLY="en,es,de,fr,ru,zh"
9
 
10
  ENTRYPOINT ["/app/venv/bin/libretranslate"]
 
5
 
6
  ENV LT_HOST="0.0.0.0"
7
  ENV LT_PORT="7860"
8
+ ENV LT_LOAD_ONLY="en,es,de,fr,ru,zh,tr"
9
 
10
  ENTRYPOINT ["/app/venv/bin/libretranslate"]