Skip to content
Snippets Groups Projects
devcontainer.json 103 B
Newer Older
Xuefeng Ding's avatar
Xuefeng Ding committed
{
  "name": "AlmaLinux 9",
  "build": {
    "dockerfile": "./Dockerfile",
    "context": "../.."
  }
}