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 55d3180 commit 94a6098Copy full SHA for 94a6098
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
{
3
"name": "Python 3 Developer Container",
4
"build": {
5
- "dockerfile": "../Dockerfile",
+ "dockerfile": "./Dockerfile",
6
"target": "build",
7
// Only upgrade pip, we will install the project below
8
"args": {
@@ -51,4 +51,4 @@
51
"workspaceFolder": "${localWorkspaceFolder}",
52
// After the container is created, install the python project in editable form
53
"postCreateCommand": "pip install -e '.[dev]'"
54
-}
+}
0 commit comments