Ensure privs are correct

This commit is contained in:
Chuck Lantz
2021-08-12 19:05:18 -07:00
parent f7794b6e11
commit a915eeb9a2

View File

@@ -30,7 +30,7 @@
],
// Optionally loads a cached yarn install for the repo
"postCreateCommand": ".devcontainer/cache/restore-diff.sh",
"postCreateCommand": ".devcontainer/cache/restore-diff.sh && sudo chown node:node /workspaces",
"remoteUser": "node",