Skip to content

Commit 94a6098

Browse files
committed
Correct location of Docerfile for using devcontainer
1 parent 55d3180 commit 94a6098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "Python 3 Developer Container",
44
"build": {
5-
"dockerfile": "../Dockerfile",
5+
"dockerfile": "./Dockerfile",
66
"target": "build",
77
// Only upgrade pip, we will install the project below
88
"args": {
@@ -51,4 +51,4 @@
5151
"workspaceFolder": "${localWorkspaceFolder}",
5252
// After the container is created, install the python project in editable form
5353
"postCreateCommand": "pip install -e '.[dev]'"
54-
}
54+
}

0 commit comments

Comments
 (0)