Skip to content

Commit e79a7d6

Browse files
committed
Fix to access also dependent repos in Docker setup
Signed-off-by: Michael Wurster <miwurster@googlemail.com>
1 parent 36491b3 commit e79a7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Open a command prompt and execute the following command:
119119
-e WINERY_FEATURE_RADON=true \
120120
-e WINERY_REPOSITORY_PROVIDER=yaml \
121121
-e WINERY_DEPENDENT_REPOSITORIES="[ { \"name\" : \"RADON Particles\", \"url\" : \"https://github.com/radon-h2020/radon-particles.git\", \"branch\" : \"master\" } ]" \
122-
-v <path_on_your_host>:/var/repository/workspace \
122+
-v <path_on_your_host>:/var/repository \
123123
-u `id -u` \
124124
opentosca/radon-gmt
125125

0 commit comments

Comments
 (0)