moved ltmanage to /usr/bin

This commit is contained in:
Jean-Michel 2024-01-24 16:36:18 -05:00
parent 929002b0c6
commit b3d6815323

View file

@ -30,7 +30,7 @@ USER libretranslate
COPY --from=builder --chown=1032:1032 /app /app
WORKDIR /app
COPY --from=builder --chown=1032:1032 /app/venv/bin/ltmanage /bin/
COPY --from=builder --chown=1032:1032 /app/venv/bin/ltmanage /usr/bin/
RUN if [ "$with_models" = "true" ]; then \
# initialize the language models