Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 102633a

Browse files
authored
Update README.md
Include instructions for running latest image from dockerhub
1 parent b68507b commit 102633a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,18 @@ Once StoreBot logs into Discord, invite the bot to the server of your choice, th
4747

4848
### Docker instructions:
4949

50-
#### Building the Docker image:
50+
#### Build it yourself
5151

52-
```docker build -t storebot_docker .```
52+
```
53+
docker build -t storebot_docker .
54+
docker run -e STOREBOTTOKEN=replaceme -it --rm --name storebot storebot_docker
55+
```
5356

54-
#### Running the Docker image:
57+
#### Running latest stable release from Dockerhub
5558

56-
```docker run -e STOREBOTTOKEN=replaceme -it --rm --name storebot storebot_docker```
59+
```
60+
docker run -e STOREBOTTOKEN=replaceme -it --rm storedev/store-bot
61+
```
5762

5863

5964
#### Dependencies

0 commit comments

Comments
 (0)