mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-22 16:01:01 +00:00
reduce Docker image size
This commit is contained in:
parent
30ea49e963
commit
bdff7c3ff9
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ RUN pip install . \
|
||||||
&& pip cache purge
|
&& pip cache purge
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
ENTRYPOINT [ "/home/worker/.local/bin/libretranslate", "--host", "0.0.0.0" ]
|
ENTRYPOINT [ "libretranslate", "--host", "0.0.0.0" ]
|
||||||
|
|
Loading…
Reference in a new issue