Commit cf32e72 1 parent 2ac86de commit cf32e72 Copy full SHA for cf32e72
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ libraries:
222
222
--quiet \
223
223
-u "$(id -u):$(id -g)" \
224
224
-v "$(pwd):/workspace" \
225
- -v /path/to/api_definition:/workspace \
225
+ -v /path/to/api_definition:/workspace/apis \
226
226
gcr.io/cloud-devrel-public-resources/java-library-generation:image-tag
227
227
```
228
228
@@ -232,7 +232,7 @@ libraries:
232
232
* ` -v "$(pwd):/workspace" ` maps the host machine's current working directory
233
233
to the /workspace folder.
234
234
The image is configured to perform changes in this directory.
235
- * ` -v /path/to/api_definition:/workspace ` maps the host machine's API
235
+ * ` -v /path/to/api_definition:/workspace/apis ` maps the host machine's API
236
236
definitions folder to ` /workspace/apis ` folder.
237
237
238
238
3 . An advanced example:
You can’t perform that action at this time.
0 commit comments