Browse Source

Se agrega volumen en dhcp

Espinoza Guillermo 6 years ago
parent
commit
26ba4d4eb5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tools/src/Release.php

+ 3 - 1
tools/src/Release.php

@@ -601,7 +601,9 @@ class Release extends Command
             ->addEnv_file($host_env_file)
             ->addEnv_file($module . "." . $host_env_file)
             ->addEnv_file("$module.oauth.env")
-            ->addVolumes("./$module/", "/opt/$module");
+            ->addVolumes("./$module/", "/opt/$module")
+            ->addVolumes("./kea/conf", "/opt/dhcp/web/kea")
+            ;
 
         $this->addBuild($module, $composer);