Fix Dockerfile

This commit is contained in:
Jeff 2024-06-12 19:06:51 -04:00
parent bc286562e1
commit 63cad6daf6

View File

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