diff --git a/docker/Dockerfile b/docker/Dockerfile index 985a43e..e883afd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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