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