Skip to content

Commit

Permalink
Add Dockerfile instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sks316 authored May 4, 2024
1 parent cab536e commit b1fe3f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ The only changes made in this fork are to modify the changes made in the aforeme

The original code is completely copyright to jagrosh and the JMusicBot contributors, as per the Apache License.

# Dockerfile

This fork contains a modified version of [craumix's Dockerfile](https://github.com/craumix/jmb-container), as permitted by the MIT license.

Download `Dockerfile`, `docker-entrypoint.sh`, and `config.txt` from the `docker` folder in this repository. Edit the config.txt to add your token and owner ID, as well as any other changes you want to make, then build the image by running `docker build -t jmusicbot .`

To make config changes or update the bot, redownload the files and build the image as explained above, then delete the old image with `docker image prune`.

Run the bot with `docker run jmusicbot`.

<img align="right" src="https://i.imgur.com/zrE80HY.png" height="200" width="200">

# JMusicBot
Expand Down

0 comments on commit b1fe3f6

Please sign in to comment.