We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app
node
1 parent 26ba110 commit 7183790Copy full SHA for 7183790
docs/BestPractices.md
@@ -27,7 +27,7 @@ When using the `alpine` variant, add the user like so:
27
28
```Dockerfile
29
FROM node:7.3.0-alpine
30
-RUN addgroup -S app && adduser -S -g app app
+RUN addgroup -S node && adduser -S -g node node
31
```
32
33
## Memory
0 commit comments