Skip to content

Commit

Permalink
devcontainer: Switch to Dockerfile to easen multi-platform dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaeuser committed Mar 27, 2023
1 parent fc423d6 commit e75b3d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
14 changes: 10 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "oc",
"dockerComposeFile": "../compose-dev.yaml",
"service": "dev-edk2-docs",
"workspaceFolder": "/com.docker.devenvironments.code",
"shutdownAction": "stopCompose"
"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"
}
16 changes: 0 additions & 16 deletions compose-dev.yaml

This file was deleted.

0 comments on commit e75b3d1

Please sign in to comment.