funkwhale/docker-bake.json

18 lines
240 B
JSON

{
"group": {
"default": {
"targets": ["api", "app"]
}
},
"target": {
"api": {
"context": "api",
"target": "production"
},
"app": {
"context": "app",
"target": "production"
}
}
}