Browse Source

Se agrega host.env y runnning.env a swagger-ui

Maxi Schvindt 7 years ago
parent
commit
6d1a2d2024
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/src/Release.php

+ 2 - 0
tools/src/Release.php

@@ -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);
     }