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