mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"name": "bonob",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"remoteUser": "node",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:1": {
|
|
"version": "latest",
|
|
"moby": true
|
|
}
|
|
}
|
|
}
|