hm
This commit is contained in:
parent
d650f61845
commit
63d268c77e
@ -177,7 +177,7 @@ class ApplicationDeploymentJob implements ShouldQueue
|
||||
"echo -n 'Building image... '",
|
||||
]);
|
||||
|
||||
if ($this->application->settings->is_static) {
|
||||
if ($this->application->settings->is_static && isset($this->application->build_command)) {
|
||||
$this->execute_now([
|
||||
$this->execute_in_builder("docker build -f {$this->workdir}/Dockerfile {$this->build_args} --progress plain -t { $this->build_image_name {$this->workdir}"),
|
||||
], isDebuggable: true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user