15 lines
371 B
JSON
15 lines
371 B
JSON
|
{
|
||
|
"name": "Basic Node.js",
|
||
|
"build": { "dockerfile": "Dockerfile" },
|
||
|
"remoteUser": "node",
|
||
|
"features": {
|
||
|
"ghcr.io/devcontainers/features/python:1": {
|
||
|
"installTools": true,
|
||
|
"version": "3.11"
|
||
|
},
|
||
|
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
|
||
|
"ghcr.io/jungaretti/features/ripgrep:1": {},
|
||
|
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
|
||
|
}
|
||
|
}
|