diff --git a/Dockerfile b/Dockerfile index da269a1..24fd51f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM alpine:3.13 WORKDIR /app # Copy the executable from the build stage -COPY --from=build /app/build/native-image/chzzk_bot . +COPY --from=build /app/build/native/nativeCompile/chzzk_bot . # Set the entry point ENTRYPOINT ["./chzzk_bot"] \ No newline at end of file