cli icon indicating copy to clipboard operation
cli copied to clipboard

Add `remoteUserUIDIgnorePattern` property to ignore pattern (eg */nod…

Open edgar971 opened this issue 1 year ago • 4 comments

Add remoteUserUIDIgnorePattern property to ignore pattern (eg */node_modules) in chown script (updateUID.Dockerfile)

Property Type Description
remoteUserUIDIgnorePattern string Optional The regex being used inside the updateUID.Dockerfile script running the chown command used when updateRemoteUserUID is set to true. Useful for skipping unnecessary UID/GID changes.

Co-authored-by: erinwitmer [email protected] Co-authored-by: Payton J. Jones [email protected]

edgar971 avatar Nov 22 '22 20:11 edgar971