Explorar el Código

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

Maxi Schvindt hace 7 años
padre
commit
6d1a2d2024
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);
     }