@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
23 lines • 753 B
JSON
{
"name": "AI Driven Development - Code",
"description": "This container is ideally used to do the coding, you can use it to run the `aidev look tasks` command.",
"build": {
"context": "..",
"dockerfile": "code/Dockerfile",
"args": {
"TZ": "${localEnv:TZ:America/Los_Angeles}"
}
},
"runArgs": [
"--cap-add=NET_ADMIN",
"--cap-add=NET_RAW"
],
"remoteUser": "node",
"remoteEnv": {
"NODE_OPTIONS": "--max-old-space-size=4096",
"CLAUDE_CONFIG_DIR": "/home/node/.claude",
"POWERLEVEL9K_DISABLE_GITSTATUS": "true"
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated",
"workspaceFolder": "/workspace"
}