mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-01 15:04:25 +02:00
5 lines
121 B
Docker
5 lines
121 B
Docker
FROM ubuntu:latest
|
|
|
|
COPY ./target/aarch64-unknown-linux-gnu/release/revanced-discord-bot /
|
|
CMD ["/revanced-discord-bot"]
|