File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ $ curl -X GET http://localhost:9876/api/books
460460
461461IMPORTANT: If you want use the stubs that you have built locally, on your host,
462462you should set the `-e STUBRUNNER_STUBS_MODE=LOCAL` environment variable and mount
463- the volume of your local m2 (`-v "$\{HOME}/.m2/:/home/scc/.m2:ro "`).
463+ the volume of your local m2 (`-v "$\{HOME}/.m2/:/home/scc/.m2:rw "`).
464464
465465[[docker-stubrunner-example-messaging]]
466466=== Example of Usage with Messaging
@@ -578,7 +578,7 @@ $ docker run \
578578 -e "STUBRUNNER_REPOSITORY_ROOT=git://https://github.com/marcingrzejszczak/cdct_python_contracts.git" \ <3>
579579 -e ADDITIONAL_OPTS="--thin.properties.dependencies.rabbitmq=org.apache.camel.springboot:camel-rabbitmq-starter:3.4.0" \ <4>
580580 -e "STUBRUNNER_STUBS_MODE=REMOTE" \ <5>
581- -v "${HOME}/.m2/:/home/scc/.m2:ro " \ <6>
581+ -v "${HOME}/.m2/:/home/scc/.m2:rw " \ <6>
582582 -p 8750:8750 \ <7>
583583 springcloud/spring-cloud-contract-stub-runner:3.0.4-SNAPSHOT <8>
584584```
You can’t perform that action at this time.
0 commit comments