Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
realSergiy committed Mar 19, 2024
1 parent b98774f commit 945151d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm",
"name": "dev-vsc-dev",

"image": "ghcr.io/chainstacks/dev-base",

"customizations": {
"vscode": {
"settings": {
Expand All @@ -17,9 +20,9 @@
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
// "features": {
// "ghcr.io/devcontainers/features/docker-in-docker:2": {}
// },
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli"
}

0 comments on commit 945151d

Please sign in to comment.