fix(devcontainer): Fix schema

This commit is contained in:
punkfairie 2024-11-14 23:07:07 +00:00
parent a984c79e1b
commit 801bc9c7cb
Signed by: punkfairie
GPG key ID: BB799F3880135F53
2 changed files with 3 additions and 3 deletions

View file

@ -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}"

BIN
private.key Normal file

Binary file not shown.