We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec2d03 commit 6da03efCopy full SHA for 6da03ef
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "RISC-V UnifiedDB Dev",
3
- "build": { "dockerfile": "Dockerfile" },
+ "build": { "dockerfile": "Dockerfile", "context": ".." },
4
"updateContentCommand": "${containerWorkspaceFolder}/.devcontainer/updateContentCommand.sh",
5
"onCreateCommand": "${containerWorkspaceFolder}/.devcontainer/onCreateCommand.sh",
6
"remoteEnv": {
0 commit comments