MusicBot
MusicBot copied to clipboard
Docker container
trafficstars
This pull request...
Very easy way start the music bot on a Linux server.
Description
Docker container.
Purpose
No need install java or another libraries. Start with system.
Came here to make this. Thanks, will use your dockerfile
Might be better to set up a github action and publish the image to dockerhub. No point in using docker-compose, including the binary in the repository or externalising the config.
docker run -e TOKEN="" -e OWNER="" jmusicbot:lastet
alternatively the config can be passed in entirely through the environment
docker run -e CONFIG="$(cat config.txt)" jmusicbot:lastet
Try my docker wrapper
https://github.com/alshdavid/j-music-bot