aprs.me/disco.json
Graham McIntire 439265c2c2
fix: simplify disco.json to use Dockerfile build process
Remove custom build commands and worker service from disco.json to avoid
conflicts with vendor/aprs dependency compilation. Let Disco use the
existing Dockerfile which properly handles the build process.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 14:56:36 -05:00

8 lines
No EOL
81 B
JSON

{
"version": "1.0",
"services": {
"web": {
"port": 4000
}
}
}