From 4da72f194e517dd7162c9ee79e9273bc57ae57d4 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:23:35 +0900 Subject: [PATCH] fix dockerfile again(x6) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2032cf4..aba3ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ FROM alpine:latest AS runner WORKDIR /app # Copy the native image from the builder stage -COPY --from=builder /app/chzzk_bot . +COPY --from=builder /app/build/native/nativeCompile/chzzk_bot . # Ensure the application binary is executable RUN chmod +x /app/chzzk_bot