mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
12 lines
257 B
JSON
12 lines
257 B
JSON
|
{
|
||
|
"build": { "dockerfile": "Dockerfile" },
|
||
|
"mounts": [
|
||
|
"source=abs-node-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
|
||
|
],
|
||
|
"features": {
|
||
|
"fish": "latest"
|
||
|
},
|
||
|
"extensions": [
|
||
|
"eamodio.gitlens"
|
||
|
]
|
||
|
}
|