fix(devcontainer): Fix schema
This commit is contained in:
parent
cdb28e84ab
commit
b2e9ecabb4
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or the definition README at
|
||||
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/docker-existing-dockerfile
|
||||
{
|
||||
"name": "devcontainer-project",
|
||||
"dockerFile": "Dockerfile",
|
||||
"context": "${localWorkspaceFolder}",
|
||||
"name": "MarleyOS",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": "${localWorkspaceFolder}",
|
||||
"args": {
|
||||
"USER_UID": "${localEnv:USER_UID}",
|
||||
"USER_GID": "${localEnv:USER_GID}"
|
||||
|
|
Loading…
Reference in a new issue