feat: added devcontainer.json to use the previously uploaded dockerfile in a devpod
This commit is contained in:
parent
8511404afa
commit
aea0cbc5e2
15
.devcontainer/devcontainer.json
Normal file
15
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "C++ DEV",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"remoteUser": "dev",
|
||||
"features": {
|
||||
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {
|
||||
"version": "stable"
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
"source=${env:HOME}/.config/nvim,target=/home/dev/.config/nvim,type=bind"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user