diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b771cef..e4db697 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "NSDF Tutorial", "build": { "context": "../", - "dockerfile": "Dockerfile" + "dockerfile": "../Dockerfile" }, // "postCreateCommand": "conda init", "customizations": {