tiny word fix (#561)

"you" => "your"
This commit is contained in:
Mark Tinsley 2017-10-31 01:40:08 -05:00 committed by Simen Bekkhus
parent 03cdabff6d
commit 68dcfbef53
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Run with `NODE_ENV` set to `production`. This is the way you would pass in secre
## Global npm dependencies
If you need to install global npm dependencies, it is recommended to place those dependencies in the [non-root user](#non-root-user) directory. To achieve this, add the following line to you `Dockerfile`
If you need to install global npm dependencies, it is recommended to place those dependencies in the [non-root user](#non-root-user) directory. To achieve this, add the following line to your `Dockerfile`
```Dockerfile
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global