mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix bug in preview build env vars
This commit is contained in:
parent
d2eaf4f2e3
commit
f3df26ea9a
1 changed files with 0 additions and 1 deletions
|
|
@ -2168,7 +2168,6 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
|
|||
} else {
|
||||
$dockerfile->splice(1, 0, "ARG {$env->key}={$env->real_value}");
|
||||
}
|
||||
$dockerfile->splice(1, 0, "ARG {$env->key}={$env->real_value}");
|
||||
}
|
||||
}
|
||||
$dockerfile_base64 = base64_encode($dockerfile->implode("\n"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue