From 8b91bbd7472cd6033c8055b9c0b5a3c219955e7f Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 22 Sep 2024 11:12:50 +0800 Subject: [PATCH] docker: Copy ugoira to /app/bin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5c61b1..20cfebd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,7 +96,7 @@ COPY --from=builder /clib/lib /app/lib COPY --from=builder /app/i18n-output /app COPY --from=builder /clib/bin /app/bin COPY --from=builder /app/target/release/pixiv_downloader /app/pixiv_downloader -COPY --from=builder /app/target/release/ugoira /app/ugoira +COPY --from=builder /app/target/release/ugoira /app/bin/ugoira ENV LD_LIBRARY_PATH=/app/lib ENV PATH=/app/bin:$PATH ENV LC_ALL=C.utf8