1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-10-02 09:30:11 +02:00

reduce Docker image size

This commit is contained in:
Thomas McWork 2021-11-09 16:08:05 +01:00
parent 30ea49e963
commit bdff7c3ff9
No known key found for this signature in database
GPG Key ID: 25BBB03FB3643466

View File

@ -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" ]