Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ defining [start script](https://docs.npmjs.com/misc/scripts#default-values).
### Best Practices

We have assembled a [Best Practices Guide](./docs/BestPractices.md) for those using these images on a daily basis.
This includes **security relevant** information e.g. on [how to run use a non-root user](./docs/BestPractices.md#non-root-user).
Copy link

Copilot AI Oct 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the phrase 'how to run use a non-root user' to 'how to use a non-root user' by removing the redundant 'run' word.

Suggested change
This includes **security relevant** information e.g. on [how to run use a non-root user](./docs/BestPractices.md#non-root-user).
This includes **security relevant** information e.g. on [how to use a non-root user](./docs/BestPractices.md#non-root-user).

Copilot uses AI. Check for mistakes.


### Run a single Node.js script

Expand Down