fix(devcontainer): Fix JSON syntax

This commit is contained in:
punkfairie 2024-11-14 18:14:25 +00:00 committed by punkfairie
parent 957607a5bc
commit 2ad55a75ca
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

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