Updates given #5
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
"appPort": [9000],
|
||||
|
||||
"runArgs": [
|
||||
// Comment out the next line to run as root instead. Linux users,
|
||||
// update Dockerfile with your user's UID/GID if not 1000.
|
||||
"-u", "vscode",
|
||||
// Uncomment the next line to run as root instead. Linux users,
|
||||
// update Dockerfile with your user's UID/GID if not 1000 when
|
||||
// using the default "vscode" user.
|
||||
// "-u", "root",
|
||||
|
||||
"--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user