mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix:new parser only in dev
This commit is contained in:
@@ -1106,10 +1106,11 @@ class Application extends BaseModel
|
||||
if (! $this->docker_compose_raw) {
|
||||
return collect([]);
|
||||
}
|
||||
if (isDev()) {
|
||||
$compose = dockerComposeParserForApplications($this);
|
||||
|
||||
// $compose = dockerComposeParserForApplications($this);
|
||||
|
||||
// return $compose;
|
||||
return $compose;
|
||||
}
|
||||
$isNew = false;
|
||||
|
||||
$isSameDockerComposeFile = false;
|
||||
|
||||
Reference in New Issue
Block a user