devcontainer: remove trailing comma from JSON
JSON doesn't support that.
This commit is contained in:
parent
afe767a0ca
commit
d50ce20bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue