From 8675d0bd8501d13081ccbb2931792cc8d61f1977 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:52:05 +0900 Subject: [PATCH] fix build.yml (x14) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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