Skip to content

Commit ba24df5

Browse files
committed
clarify sentence
1 parent 03be94a commit ba24df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ msbuild /p:SolutionPath=<solution-name>.sln /p:Configuration=Release docker-comp
9393
- Pull the images in the first stage of the Dockerfile (the `base` stage in most Dockerfiles).
9494
- Build the Dockerfile and start the container.
9595

96-
Warmup will only happen in **Fast** mode, so the running container will have the app folder volume mounted and any changes to the app should not invalidate the container. This therefore improves the debugging performance significantly and decreases the wait time for long running tasks such as pulling large images.
96+
Warmup will only happen in **Fast** mode, so the running container will have the app folder volume-mounted. That means that any changes to the app won't invalidate the container. This therefore improves the debugging performance significantly and decreases the wait time for long running tasks such as pulling large images.
9797

9898
## Volume mapping
9999

0 commit comments

Comments
 (0)