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