Update readme.md

To make correctly how to build docker since slam-mirrorbot using docker image ready build XD
This commit is contained in:
Ncode2014 2021-07-09 16:31:58 +07:00 committed by GitHub
parent cdfbdc48f8
commit 5fe50573e6
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ sudo dockerd
```
- Build Docker image:
```
sudo docker build . -t mirrorbot
docker build . --rm --force-rm --compress --no-cache=true --pull --file Dockerfile -t mirrorbot
```
- Run the image:
```