To run on raspberry pi:
- Add
bot_config.jsonconfig file inVoidBot\
{
"Token": "...",
"Socks5Proxy": {
"Hostname": "...",
"Port": "...",
"Username": "...",
"Password": "..."
}
}
- Run
docker build . --tag <tag>
docker run -d --name <name> --restart=unless-stopped <tag>