From 5fe50573e658161a01b63d9fbbcfe1d76f183595 Mon Sep 17 00:00:00 2001 From: Ncode2014 <32153003+Ncode2014@users.noreply.github.com> Date: Fri, 9 Jul 2021 16:31:58 +0700 Subject: [PATCH] Update readme.md To make correctly how to build docker since slam-mirrorbot using docker image ready build XD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13b1d3a..ca7ae29 100644 --- a/README.md +++ b/README.md @@ -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: ```