update bot to use a prefix argument

This commit is contained in:
2024-10-28 20:02:00 -04:00
parent 0c896a721d
commit c5a114540c
3 changed files with 13 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ RUN cargo install --path .
FROM ubuntu:24.10
COPY --from=builder /usr/local/cargo/bin/bot /usr/local/bin/bot
CMD ["bot"]
ENTRYPOINT ["bot"]