mirror of
https://github.com/hotheadhacker/no-as-a-service.git
synced 2026-05-01 08:07:44 -05:00
21 lines
521 B
JSON
21 lines
521 B
JSON
{
|
|
"image": "docker.io/node:22-alpine",
|
|
"mounts": [
|
|
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/root/.ssh"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
]
|
|
}
|
|
},
|
|
"features": {
|
|
"ghcr.io/cirolosapio/devcontainers-features/alpine-openssh:0": {},
|
|
"ghcr.io/cirolosapio/devcontainers-features/alpine-git:0": {}
|
|
},
|
|
"forwardPorts": [3000],
|
|
"shutdownAction": "stopContainer",
|
|
"containerEnv": {
|
|
"NODE_ENV": "development"
|
|
}
|
|
} |