add disco.json
This commit is contained in:
parent
6c49980360
commit
2fb7016912
1 changed files with 19 additions and 0 deletions
19
disco.json
Normal file
19
disco.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue