fix(devcontainer): Fix JSON syntax

This commit is contained in:
punkfairie 2024-11-14 18:14:25 +00:00
parent 5967cefc5e
commit a5e23fd301

View file

@ -8,7 +8,7 @@
"args": { "args": {
"USER_UID": "${localEnv:USER_UID}", "USER_UID": "${localEnv:USER_UID}",
"USER_GID": "${localEnv:USER_GID}" "USER_GID": "${localEnv:USER_GID}"
}, }
}, },
// run arguments passed to docker // run arguments passed to docker