fix prod build

This commit is contained in:
Andras Bacsai
2023-05-04 09:09:41 +02:00
parent a0a03f386a
commit 3156d97969
4 changed files with 6 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ class InstallProxy
protected function getComposeData(): array
{
$cwd = config('app.env') === 'local'
? config('coolify.project_path_on_host') . '/_testing_hosts/host_2_proxy'
? config('proxy.project_path_on_host') . '/_testing_hosts/host_2_proxy'
: '.';
ray($cwd);