docs: faq typo fix

This commit is contained in:
contra
2018-07-11 14:47:05 -04:00
committed by GitHub
parent 25a181351f
commit a2d4d13d9c

2
faq.md
View File

@@ -265,7 +265,7 @@ Otherwise see [issue #1124](https://github.com/remy/nodemon/issues/1124) for fur
## No automatic restart when using Docker volumes [issue #419](https://github.com/remy/nodemon/issues/419#issuecomment-391244911)
Some Node.js Docker images do not seem to have the full suite of filtesystem process utilities that allow `nodemon` to restart automatically when the code in a mounted volume changes. To handle this, and enable automatic restarts without using legacy mode, you can install the [procps](http://procps.sourceforge.net) package.
Some Node.js Docker images do not seem to have the full suite of filesystem process utilities that allow `nodemon` to restart automatically when the code in a mounted volume changes. To handle this, and enable automatic restarts without using legacy mode, you can install the [procps](http://procps.sourceforge.net) package.
Here's an example snippet of a Dockerfile: