|
@@ -1027,6 +1027,8 @@ class Release extends Command
|
|
|
->build("./extra/swagger/")
|
|
|
->restart($this->_docker_restart_default)
|
|
|
->addEnviroment("SWAGGER_JSON", "/foo/ftth.json")
|
|
|
+ ->addEnv_file("running.env")
|
|
|
+ ->addEnv_file("host.env")
|
|
|
->addPorts(8085, 8080);
|
|
|
}
|
|
|
|