From 0cd8a274e0e01345992af82514c56b2a89c958c3 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:03:25 +0900 Subject: [PATCH] fix build.yml (x21) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3da80f8..360c79e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ WORKDIR /app # Copy the executable from the build stage COPY --from=build /app/build/native/nativeCompile/chzzk_bot . +COPY --from=build /app/build/native/nativeCompile/libjsound.so . # Set the entry point ENTRYPOINT ["./chzzk_bot"] \ No newline at end of file