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