add devcontainer

This commit is contained in:
2025-03-24 11:17:05 -05:00
parent 8acc46c08d
commit a580e78d81
6 changed files with 37 additions and 24 deletions

View File

@ -0,0 +1,17 @@
{
"dockerComposeFile": "compose.yml",
"service": "kubernaut",
"workspaceFolder": "/workspace",
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp",
"ms-azuretools.vscode-docker"
]
}
},
"postCreateCommand": ".devcontainer/boot.sh",
"forwardPorts": [
4567
]
}