mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: show source on all type of applications
This commit is contained in:
parent
77037f8933
commit
4161ea7eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class Application extends BaseModel
|
|||
}
|
||||
public function git_based(): bool
|
||||
{
|
||||
if ($this->dockerfile || $this->build_pack === 'dockerfile' || $this->dockercompose || $this->build_pack === 'dockercompose') {
|
||||
if ($this->dockerfile) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue