devcontainer: remove trailing comma from JSON

JSON doesn't support that.
This commit is contained in:
Ondřej Budai 2022-04-13 14:30:17 +02:00 committed by Christian Kellner
parent afe767a0ca
commit d50ce20bfe

View file

@ -2,7 +2,7 @@
"name": "koji-osbuild", "name": "koji-osbuild",
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"context": "..", "context": ".."
}, },
"mounts": [ "mounts": [
"source=osbuild-share,target=/root/.local/share,type=volume" "source=osbuild-share,target=/root/.local/share,type=volume"