1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-02-16 18:21:23 +01:00
audiobookshelf/.devcontainer/devcontainer.json

12 lines
257 B
JSON
Raw Normal View History

2022-05-15 22:24:24 +02:00
{
"build": { "dockerfile": "Dockerfile" },
"mounts": [
"source=abs-node-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
],
"features": {
"fish": "latest"
},
"extensions": [
"eamodio.gitlens"
]
}