add no-cache to docker-compose build instructions
This commit is contained in:
2
index.md
2
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/).
|
||||
|
||||
|
Reference in New Issue
Block a user