We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac86de commit cf32e72Copy full SHA for cf32e72
hermetic_build/README.md
@@ -222,7 +222,7 @@ libraries:
222
--quiet \
223
-u "$(id -u):$(id -g)" \
224
-v "$(pwd):/workspace" \
225
- -v /path/to/api_definition:/workspace \
+ -v /path/to/api_definition:/workspace/apis \
226
gcr.io/cloud-devrel-public-resources/java-library-generation:image-tag
227
```
228
@@ -232,7 +232,7 @@ libraries:
232
* `-v "$(pwd):/workspace"` maps the host machine's current working directory
233
to the /workspace folder.
234
The image is configured to perform changes in this directory.
235
- * `-v /path/to/api_definition:/workspace` maps the host machine's API
+ * `-v /path/to/api_definition:/workspace/apis` maps the host machine's API
236
definitions folder to `/workspace/apis` folder.
237
238
3. An advanced example:
0 commit comments