Michael Bianco
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.devcontainer/devcontainer.json
|
@ -2,6 +2,7 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "Docker Devcontainer", |
|
|
"name": "Docker Devcontainer", |
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-22.04", |
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-22.04", |
|
|
|
|
|
"postCreateCommand": "docker buildx create --use", |
|
|
|
|
|
|
|
|
"forwardPorts": [], |
|
|
"forwardPorts": [], |
|
|
"remoteUser": "vscode", |
|
|
"remoteUser": "vscode", |
|
|