Default to non-root user

This commit is contained in:
Chuck Lantz
2019-08-06 01:08:09 +00:00
parent ee8c2a1593
commit 72d55a61dd
3 changed files with 24 additions and 4 deletions

View File

@@ -8,5 +8,8 @@
"settings":{
"java.home": "/docker-java-home",
"terminal.integrated.shell.linux": "/bin/bash"
}
},
// Comment out the next line to run as root instead. Linux users,
// update Dockerfile with your user's UID/GID if not 1000.
"runArgs": ["-u", "vscode"]
}