mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
22 lines
367 B
JSON
22 lines
367 B
JSON
{
|
|||
|
|
"name": "Devbox Remote Container",
|
||
|
|
"build": {
|
||
|
|
"dockerfile": "./Dockerfile",
|
||
|
|
"context": ".."
|
||
|
|
},
|
||
|
|
"features": {
|
||
|
|
"ghcr.io/devcontainers/features/sshd:1": {
|
||
|
|
"version": "latest"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"settings": {},
|
||
|
|
"extensions": [
|
||
|
|
"jetpack-io.devbox"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"remoteUser": "devbox"
|
||
|
|
}
|