fix(devcontainer): Fix schema
This commit is contained in:
parent
a984c79e1b
commit
801bc9c7cb
2 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",
|
||||
"name": "MarleyOS",
|
||||
"build": {
|
||||
"dockerFile": "Dockerfile",
|
||||
"context": "${localWorkspaceFolder}",
|
||||
"build": {
|
||||
"args": {
|
||||
"USER_UID": "${localEnv:USER_UID}",
|
||||
"USER_GID": "${localEnv:USER_GID}"
|
||||
|
|
BIN
private.key
Normal file
BIN
private.key
Normal file
Binary file not shown.
Loading…
Reference in a new issue