LibreTranslate / Dockerfile
TiberiuCristianLeon's picture
Update Dockerfile
50a221a verified
raw
history blame contribute delete
236 Bytes
FROM libretranslate/libretranslate
USER root
RUN mkdir -p /.local && chmod 777 /.local /app/db
ENV LT_HOST="0.0.0.0"
ENV LT_PORT="7860"
ENV LT_LOAD_ONLY="de,ro,en,fr,es,it"
ENV LT_SSL=True
ENTRYPOINT ["/app/venv/bin/libretranslate"]