Skip to content

Commit

Permalink
📝 ( ): improved README concerning useDocker option (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: William Cheng <wing328hk@gmail.com>
  • Loading branch information
nilskuhn and wing328 committed Jul 18, 2023
1 parent dfdf838 commit eae0202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/generator-cli/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ If the `version` property param is set it is not necessary to configure the `que
}
}
```
If `useDocker` option is used, the spec file gets mounted to path `/local/<your-spec-file-location>` within container. So, if you would configure spec file as
`-i openapi/my-api.yml` if running locally, with useDocker option set, you would have to configure it like this: `-i /local/openapi/my-api.yml`.

## Custom Generators

Expand Down

0 comments on commit eae0202

Please sign in to comment.