Fix devcontainer generation

This commit is contained in:
Bradlee Speice 2023-04-15 17:03:31 +00:00
parent 1ef5d5bbbd
commit 56afc82010

View File

@ -29,5 +29,7 @@
// "postCreateCommand": "yarn install",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"containerUser": "node",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
}