aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0b8196..93d5f18 100644
--- a/README.md
+++ b/README.md
@@ -61,10 +61,10 @@ and the consumer will pick it up and do stuff
## Build and run the consumer in a container
```bash
-docker build -t snekbox:latest -f docker/Dockerfile .
+docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile .
#terminal 1
-docker run --name snekbox -d snekbox:latest
+docker run --name snekbox -d pythondiscord/snekbox:latest
docker logs snekbox -f
#terminal 2