Skip to content

Commit 3ee8d53

Browse files
committed
CH_228 docs update
1 parent 1574d17 commit 3ee8d53

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/applications/dependencies.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,15 @@ harness:
7070
branch_tag: v1.0.0
7171
path: myrepo
7272
```
73-
> Note that the path parameter is optional and its use should be restricted to necessity (e.g. name clashes)
73+
> Note that the path parameter is optional and unnecessary unless name clashes occur, like same repo and different branches
7474

7575
The directory structure will be as following:
7676
```
7777
Dockerfile
7878
dependencies
79-
b.git
79+
b
8080
myrepo
81+
d
8182
.dockerignore
8283
```
8384

@@ -89,7 +90,7 @@ COPY dependencies .
8990
or
9091
```dockerfile
9192
COPY dependencies/b/src .
92-
COPY dependencies/myrepo/b .
93+
COPY dependencies/myrepo/d .
9394
```
9495

9596
> Note that Cloud Harness does not add the COPY/ADD statements to the Dockerfile

0 commit comments

Comments
 (0)