Skip to content

Commit 7183790

Browse files
authored
Change user from app to node for consistency
1 parent 26ba110 commit 7183790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BestPractices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When using the `alpine` variant, add the user like so:
2727

2828
```Dockerfile
2929
FROM node:7.3.0-alpine
30-
RUN addgroup -S app && adduser -S -g app app
30+
RUN addgroup -S node && adduser -S -g node node
3131
```
3232

3333
## Memory

0 commit comments

Comments
 (0)