fix: also change entrypoint

This commit is contained in:
Cyril Levis 2024-03-06 16:30:28 +01:00
parent 732e984382
commit 3bfb8342a0
No known key found for this signature in database
GPG key ID: 6DB88737C11F5A48
3 changed files with 3 additions and 3 deletions

View file

@ -42,4 +42,4 @@ RUN if [ "$with_models" = "true" ]; then \
fi
EXPOSE 5000
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "::" ]
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "*" ]