mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-14 03:30:15 +01:00
moved ltmanage to /usr/bin
This commit is contained in:
parent
929002b0c6
commit
b3d6815323
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user