Default to non-root user

This commit is contained in:
Chuck Lantz
2019-08-06 02:00:41 +00:00
parent 37533b4422
commit 0e761d7c45
3 changed files with 33 additions and 13 deletions

View File

@@ -8,5 +8,8 @@
],
"settings": {
"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" ]
}