fix: show source on all type of applications

This commit is contained in:
Andras Bacsai 2023-09-29 14:26:31 +02:00
parent 77037f8933
commit 4161ea7eb6

View file

@ -226,7 +226,7 @@ public function could_set_build_commands(): bool
}
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;