diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e9c9ea3..9723584 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,8 +1,8 @@ { "name": "Python 3 Sample", + "context": "..", "build": { "dockerfile": "Dockerfile", - "context": "..", // Update 'VARIANT' to pick a Python version. Rebuild the container // if it already exists to update. Available variants: 3, 3.6, 3.7, 3.8 "args": { "VARIANT": "3.7" }