We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be75f7 commit f38cdb6Copy full SHA for f38cdb6
README.md
@@ -10,7 +10,7 @@ Install the module with: `npm install rosette-api`
10
## Docker ##
11
A Docker image for running the examples against the compiled source library is available on Docker Hub.
12
13
-Command: `docker run -e API_KEY=api-key -v "path-to-local-csharp-dir:/source" rosetteapi/docker-nodejs`
+Command: `docker run -e API_KEY=api-key -v "<binding root directory>:/source" rosetteapi/docker-nodejs`
14
15
Additional environment settings:
16
`-e ALT_URL=<alternative URL>`
0 commit comments