From 63cad6daf60a543ff5416cbba3d27a246624eaa3 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 12 Jun 2024 19:06:51 -0400 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7f63c8..742e795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,9 @@ FROM fedora:40 WORKDIR /app -COPY --from=build /app/target/release/hotbot hotbot +COPY --from=build /app/target/release/group-bot group-bot COPY assets/ assets/ -RUN chmod +x hotbot +RUN chmod +x group-bot -CMD ["./hotbot"] +CMD ["./group-bot"]