Skip to content

Commit 624c446

Browse files
committed
Move .devcontainer.json, adapt paths accordingly.
1 parent db27c36 commit 624c446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer.json renamed to .devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/python-3-miniconda
33
{
44
"name": "pandas",
5-
"context": ".",
6-
"dockerFile": "Dockerfile",
5+
"context": "..",
6+
"dockerFile": "../Dockerfile",
77

88
// Use 'settings' to set *default* container specific settings.json values on container create.
99
// You can edit these settings after create using File > Preferences > Settings > Remote.

0 commit comments

Comments
 (0)