Skip to content

Commit

Permalink
CH-37 Fix inexact docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Feb 1, 2024
1 parent bdfbbd2 commit 8163bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/applications/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The directory structure will be as following:
```
Dockerfile
dependencies
b
b.git
myrepo
.dockerignore
```
Expand All @@ -84,7 +84,7 @@ Hence, inside the Dockerfile we expect to see something like

```dockerfile
COPY dependencies .
COPY dependencies/b/src .
COPY dependencies/b.git/src .
COPY dependencies/myrepo .
```

Expand Down

0 comments on commit 8163bfb

Please sign in to comment.