diff --git a/disco.json b/disco.json index 1ba142e..94e3ff6 100644 --- a/disco.json +++ b/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 } } } \ No newline at end of file