From 232043a0f6450c0a21586775e3437c3fad27a247 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 02:09:22 +0200 Subject: [PATCH] fix: correctif exe --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43be0c9..70aa816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ FROM gcr.io/distroless/cc-debian12 WORKDIR /app # Copy each binary from the builder stage, all needed for different stages -COPY --from=builder /app/target/release/server . +COPY --from=builder /app/target/release/botdiscord . # Copy the resource folder that containt default configuration files COPY ./resources ./resources