Skip to content

Commit 6da03ef

Browse files
committed
Fix context in devcontainer
1 parent 1ec2d03 commit 6da03ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RISC-V UnifiedDB Dev",
3-
"build": { "dockerfile": "Dockerfile" },
3+
"build": { "dockerfile": "Dockerfile", "context": ".." },
44
"updateContentCommand": "${containerWorkspaceFolder}/.devcontainer/updateContentCommand.sh",
55
"onCreateCommand": "${containerWorkspaceFolder}/.devcontainer/onCreateCommand.sh",
66
"remoteEnv": {

0 commit comments

Comments
 (0)