From 337eb88ab71f92c8124a86f86520ad93a5925d51 Mon Sep 17 00:00:00 2001 From: MartinsRui Date: Wed, 9 Aug 2017 13:18:22 +0200 Subject: [PATCH] add no-cache to docker-compose build instructions --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 50b29b7..b83f29b 100644 --- a/index.md +++ b/index.md @@ -75,7 +75,7 @@ If you want to shorten this long command, you can put this code in a file such a You can also use Docker to directly build and run the site on your local machine. Just clone the repo and run the following from your working dir: ``` -docker-compose up -d +docker-compose build --no-cache && docker-compose up ``` The site should now be running at [http://localhost:4000/](http://localhost:4000/).