From 0799328a6a618b1b72e13fd0411e4a41133cac79 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 25 Mar 2024 18:06:46 +0100 Subject: [PATCH] devcontainer: fix json file Fix the devcontainer.json (trailing comma). --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"