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 f5ff2ee commit 67aed45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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 and container with `docker container prune` and `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 image prune`.

Run the bot with `docker run jmusicbot`.
Run the bot with `docker run --rm jmusicbot`. To run it in the background, use `docker run -itd --rm --name jmusicbot jmusicbot`.

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

Expand Down

0 comments on commit 67aed45

Please sign in to comment.