refactor(*): Clarify readme docker commands

This commit is contained in:
2020-10-26 00:29:53 +00:00
parent 4d8f332a7d
commit fdfafc919b
+2 -2
View File
@@ -24,9 +24,9 @@ For a sanity check, you can run `docker images` and it should be displayed in th
## Running the Docker container
Running our bot with -d runs the container in detatched mode (as in it runs in the background). If you want to see what is happening, remove that option.
Running the bot with -d runs the container in detatched mode (as in it runs in the background). If you want to see what is happening, remove that option.
`docker run -d my-bot`
`docker run -d denBot`
### More information