Update bind-mounts.md

Add a comma
This commit is contained in:
Maria Bermudez 2018-09-25 07:21:48 -07:00 committed by GitHub
parent bb3da81f62
commit bedfc702a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ you, but generates an error.
## Start a container with a bind mount ## Start a container with a bind mount
Consider a case where you have a directory `source` and that when you build the Consider a case where you have a directory `source` and that when you build the
source code, the artifacts are saved into another directory `source/target/`. source code, the artifacts are saved into another directory, `source/target/`.
You want the artifacts to be available to the container at `/app/`, and you You want the artifacts to be available to the container at `/app/`, and you
want the container to get access to a new build each time you build the source want the container to get access to a new build each time you build the source
on your development host. Use the following command to bind-mount the `target/` on your development host. Use the following command to bind-mount the `target/`