Halocrea / voice-chat-bot

🔊 A Discord bot that lets your community manage their own voice channels
16 stars 4 forks source link

added basic Dockerfile #25

Closed tepec closed 4 years ago

tepec commented 4 years ago

So, I added a very simple Dockerfile that does the following:

Here's how to use it:

cd /path/to/this/repo
docker build -t voice-chat-bot .
docker run -d -v /absolute/host/path/to/saves/:app/saves --restart=always --name=voice-chat-bot voice-chat-bot