Node.js Version
v24.12.0
NPM Version
11.7.0
Operating System
Linux api 6.14.0-37-generic #37~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 20 10:25:38 UTC 2 x86_64 GNU/Linux
Subsystem
Other
Description
I want to have a user inside the Docker container with UID 1000 and GID 1000.
I'm already using this Dockerfile:
https://github.com/nodejs/docker-node/blob/main/24/trixie-slim/Dockerfile
I see that the node user is created with that UID and GID.
What if I rename that use to dev? Does that break anything?
Minimal Reproduction
No response
Output
No response
Before You Submit