Skip to content

Commit

Permalink
Fix to access also dependent repos in Docker setup
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wurster <miwurster@googlemail.com>
  • Loading branch information
miwurster committed Jun 10, 2020
1 parent 36491b3 commit e79a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Open a command prompt and execute the following command:
-e WINERY_FEATURE_RADON=true \
-e WINERY_REPOSITORY_PROVIDER=yaml \
-e WINERY_DEPENDENT_REPOSITORIES="[ { \"name\" : \"RADON Particles\", \"url\" : \"https://github.com/radon-h2020/radon-particles.git\", \"branch\" : \"master\" } ]" \
-v <path_on_your_host>:/var/repository/workspace \
-v <path_on_your_host>:/var/repository \
-u `id -u` \
opentosca/radon-gmt
Expand Down

0 comments on commit e79a7d6

Please sign in to comment.