mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
14 lines
401 B
JSON
14 lines
401 B
JSON
{
|
|
"name": "oc",
|
|
"build": {
|
|
"dockerfile": "../Dockerfiles/oc-dev/Dockerfile",
|
|
"context": "../Dockerfiles/oc-dev/",
|
|
"target": "oc-dev-docs",
|
|
"args": {
|
|
"OC_DEV_DOCS_BASE": "oc-dev-edk2"
|
|
}
|
|
},
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/com.docker.devenvironments.code,type=bind,consistency=cached",
|
|
"workspaceFolder": "/com.docker.devenvironments.code"
|
|
}
|