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"]