|
@@ -257,7 +257,7 @@ inventory=inventory.ini
|
|
|
function addNginx($composer, $config = array(), $flavor = "dev"){
|
|
|
$version = "latest";
|
|
|
$domain = "fd3.flowdat.com";
|
|
|
- $host_env_file = "host.env"
|
|
|
+ $host_env_file = "host.env";
|
|
|
extract($config);
|
|
|
|
|
|
$composer->addService("nginx")->build("extra/nginx/")
|