Change user from `app` to `node` for consistency

This commit is contained in:
Steven 2016-12-28 14:30:04 -05:00 committed by GitHub
parent 26ba1103c1
commit 7183790a18
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ When using the `alpine` variant, add the user like so:
```Dockerfile
FROM node:7.3.0-alpine
RUN addgroup -S app && adduser -S -g app app
RUN addgroup -S node && adduser -S -g node node
```
## Memory