diff --git a/docs/modules/ROOT/pages/docker-project.adoc b/docs/modules/ROOT/pages/docker-project.adoc index 9d8874092a..2549f2d10b 100644 --- a/docs/modules/ROOT/pages/docker-project.adoc +++ b/docs/modules/ROOT/pages/docker-project.adoc @@ -456,7 +456,7 @@ $ curl -X GET http://localhost:9876/api/books # You will receive contents of the JSON ---- -IMPORTANT: If you want use the stubs that you have built locally, on your host, +IMPORTANT: If you want to use the stubs that you have built locally, on your host, you should set the `-e STUBRUNNER_STUBS_MODE=LOCAL` environment variable and mount the volume of your local m2 (`-v "$\{HOME}/.m2/:/home/scc/.m2:rw"`).