mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-29 22:14:28 +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"]
|