| commit | ea29f322557cad35ea21f2c9385a9cab9ac104e2 | [log] [tgz] |
|---|---|---|
| author | Joe Drago <joedrago@gmail.com> | Wed Apr 15 21:58:36 2020 -0700 |
| committer | GitHub <noreply@github.com> | Wed Apr 15 21:58:36 2020 -0700 |
| tree | 4ecf31dd9241c39004f56b0059be837c4872923d | |
| parent | b296b6c6a4827a467af6054f44a7c9300b981708 [diff] |
Fix rebuild command
diff --git a/tests/docker/README.md b/tests/docker/README.md index e8a049b..05073e6 100644 --- a/tests/docker/README.md +++ b/tests/docker/README.md
@@ -11,6 +11,6 @@ If you just want to force a (re)build and skip the interactive shell, run: - docker-compose up --build libavif + docker-compose up --build --force-recreate libavif *Note: This build process will take a while (15-30m or more depending on your machine).*