Skip to content

Commit

Permalink
passing stub data dir to the docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
nashjain committed Nov 20, 2024
1 parent 1baacac commit ae09271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This will start the specmatic stub server for domain api and kafka mock using th
1. Start domain api stub server

```shell
docker run -v "$PWD/specmatic.yaml:/usr/src/app/specmatic.yaml" -p 8090:9000 znsio/specmatic stub
docker run -v "$PWD/specmatic.yaml:/usr/src/app/specmatic.yaml" -v "$PWD/src/test/resources/domain_service:/usr/src/app/domain_service" -p 8090:9000 znsio/specmatic stub --data /usr/src/app/domain_service
```

2. Start Kafka stub server
Expand Down

0 comments on commit ae09271

Please sign in to comment.