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 9768dff commit 3679c96Copy full SHA for 3679c96
.devcontainer/devcontainer.json
@@ -3,7 +3,8 @@
3
{
4
"name": "Debian",
5
"build": {
6
- "dockerfile": "Dockerfile"
+ "dockerfile": "Dockerfile",
7
+ "context": ".."
8
}
9
10
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments