mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-24 00:41:01 +00:00
fix: also change entrypoint
This commit is contained in:
parent
732e984382
commit
3bfb8342a0
3 changed files with 3 additions and 3 deletions
|
@ -42,4 +42,4 @@ RUN if [ "$with_models" = "true" ]; then \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "::" ]
|
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "*" ]
|
||||||
|
|
|
@ -40,4 +40,4 @@ RUN if [ "$with_models" = "true" ]; then \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "::" ]
|
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "*" ]
|
||||||
|
|
|
@ -42,4 +42,4 @@ RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
|
||||||
# ENV LD_LIBRARY_PATH=/usr/local/cuda/lib:/usr/local/cuda/lib64
|
# ENV LD_LIBRARY_PATH=/usr/local/cuda/lib:/usr/local/cuda/lib64
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
ENTRYPOINT [ "libretranslate", "--host", "::" ]
|
ENTRYPOINT [ "libretranslate", "--host", "*" ]
|
||||||
|
|
Loading…
Reference in a new issue