Skip to content

Commit bedfc70

Browse files
authored
Update bind-mounts.md
Add a comma
1 parent bb3da81 commit bedfc70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/bind-mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ you, but generates an error.
9090
## Start a container with a bind mount
9191

9292
Consider a case where you have a directory `source` and that when you build the
93-
source code, the artifacts are saved into another directory `source/target/`.
93+
source code, the artifacts are saved into another directory, `source/target/`.
9494
You want the artifacts to be available to the container at `/app/`, and you
9595
want the container to get access to a new build each time you build the source
9696
on your development host. Use the following command to bind-mount the `target/`

0 commit comments

Comments
 (0)