mirror of
https://github.com/hotheadhacker/no-as-a-service.git
synced 2026-03-09 07:12:09 -05:00
Added devcontainer
This commit is contained in:
21
.devcontainer.json
Normal file
21
.devcontainer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user