Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sks316 authored May 4, 2024
1 parent bcfc892 commit f5ff2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This fork contains a modified version of [Craumix's Dockerfile](https://github.c

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`.
To make config changes or update the bot, redownload the files and build the image as explained above, then delete the old image and container with `docker container prune` and `docker image prune`.

Run the bot with `docker run jmusicbot`.

Expand Down

0 comments on commit f5ff2ee

Please sign in to comment.