From f260d46b4ad5acc8f18d96e8f1cedf2e520b578e Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Wed, 11 Jun 2025 11:31:48 +0200 Subject: [PATCH] Fix typo. --- docs/modules/ROOT/pages/docker-project.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`).