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.
1 parent 4ac0faf commit 70b9081Copy full SHA for 70b9081
docs/BestPractices.md
@@ -48,7 +48,7 @@ $ docker run \
48
-e "NODE_ENV=production" \
49
-u "node" \
50
-m "300M" --memory-swap "1G" \
51
- -w "/usr/src/app" \
+ -w "/home/node/app" \
52
--name "my-nodejs-app" \
53
node [script]
54
```
0 commit comments