aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-22 23:09:12 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-22 23:09:12 +0200
commitbe3285742478b26eb7790985ead5e101ce125c6c (patch)
treee8d1a025ec84f5ec0acf447524f0d820385b3ffc
parentupdate readme (diff)
update readme
-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