doc: add pull option to docker-compose build

This commit is contained in:
Nathan Fiedler
2020-05-21 06:25:36 -07:00
parent dc826d5505
commit 23c20a9425

View File

@ -83,7 +83,7 @@ There are still many missing functions, so if you find there is something you wo
```shell ```shell
$ cd docker $ cd docker
$ docker-compose build $ docker-compose build --pull
$ docker-compose run magick-rust $ docker-compose run magick-rust
$ cargo clean $ cargo clean
$ cargo build $ cargo build