mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-19 22:10:09 +01:00
reduce Docker image size
This commit is contained in:
parent
30ea49e963
commit
bdff7c3ff9
@ -27,4 +27,4 @@ RUN pip install . \
|
||||
&& pip cache purge
|
||||
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT [ "/home/worker/.local/bin/libretranslate", "--host", "0.0.0.0" ]
|
||||
ENTRYPOINT [ "libretranslate", "--host", "0.0.0.0" ]
|
||||
|
Loading…
Reference in New Issue
Block a user