From b1fe3f6cbcbf04d1e7e970cc1ae14f832d33b32f Mon Sep 17 00:00:00 2001 From: Lillie Date: Sat, 4 May 2024 14:31:19 -0500 Subject: [PATCH] Add Dockerfile instructions to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3e050dcc4..792cf48b4 100644 --- a/README.md +++ b/README.md @@ -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`. + # JMusicBot