diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b240a7fc..cfbea4f1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "osbuild", "build": { "dockerfile": "Dockerfile", - "context": "..", + "context": ".." }, "mounts": [ "source=osbuild-share,target=/root/.local/share,type=volume"