devcontainer: fix json file
Fix the devcontainer.json (trailing comma).
This commit is contained in:
parent
e837ebba76
commit
0799328a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "osbuild",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": "..",
|
||||
"context": ".."
|
||||
},
|
||||
"mounts": [
|
||||
"source=osbuild-share,target=/root/.local/share,type=volume"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue