diff options
author | 2018-05-22 23:09:12 +0200 | |
---|---|---|
committer | 2018-05-22 23:09:12 +0200 | |
commit | be3285742478b26eb7790985ead5e101ce125c6c (patch) | |
tree | e8d1a025ec84f5ec0acf447524f0d820385b3ffc | |
parent | update readme (diff) |
update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |