Skip to content

Commit 5476b8d

Browse files
committed
slight reword of -v option
1 parent 7e79710 commit 5476b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A browser should launch viewing [https://localhost:3000](https://localhost:3000)
9191

9292
You should then be able to open a browser and visit [https://localhost:3000](https://localhost:3000)
9393

94-
(if you want to mount a volume to automatically refresh the page as you type add option `-v $PWD/app:/app/app` to your `docker run` command above)
94+
(For a more dynamic development experience avoiding a Docker build after every change, you can mount the local /app folder to the container by adding option `-v $PWD/app:/app/app` to your `docker run` command. Note: $PWD may not work in Windows.)
9595

9696

9797
## Working with Content

0 commit comments

Comments
 (0)