1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-28 23:51:58 +02:00

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 COPY --from=builder --chown=1032:1032 /app /app
WORKDIR /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 \ RUN if [ "$with_models" = "true" ]; then \
# initialize the language models # initialize the language models