fix: dockerfile build pack fix

This commit is contained in:
Andras Bacsai 2023-11-03 17:55:53 +01:00
parent 90291b2edf
commit 88590fbf0f

View File

@ -380,6 +380,7 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
],
);
$this->prepare_builder_image();
$this->check_git_if_build_needed();
$this->clone_repository();
$this->set_base_dir();
$this->generate_image_names();