devcontainer: fix json file

Fix the devcontainer.json (trailing comma).
This commit is contained in:
Achilleas Koutsou 2024-03-25 18:06:46 +01:00 committed by Simon de Vlieger
parent e837ebba76
commit 0799328a6a

View file

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