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>
This commit is contained in:
parent
2fb7016912
commit
439265c2c2
1 changed files with 1 additions and 12 deletions
13
disco.json
13
disco.json
|
|
@ -2,18 +2,7 @@
|
|||
"version": "1.0",
|
||||
"services": {
|
||||
"web": {
|
||||
"port": 4000,
|
||||
"command": "mix phx.server"
|
||||
},
|
||||
"worker": {
|
||||
"command": "mix run --no-halt"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"command": "mix assets.deploy && mix release",
|
||||
"env": {
|
||||
"MIX_ENV": "prod",
|
||||
"PHX_SERVER": "true"
|
||||
"port": 4000
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue