Skip to content

Commit

Permalink
Add devcontainer descriptor to the codebase (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozesl authored Feb 3, 2024
1 parent 542e790 commit a4f227d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "CodeCompass-devcontainer",
"image": "modelcpp/codecompass:dev",
"workspaceFolder": "/CodeCompass/CodeCompass",
"workspaceMount": "src=${localWorkspaceFolder}/..,dst=/CodeCompass,type=bind,consistency=cached",
"appPort": [
"8001:8080"
]
}

0 comments on commit a4f227d

Please sign in to comment.