hm
This commit is contained in:
@@ -177,7 +177,7 @@ class ApplicationDeploymentJob implements ShouldQueue
|
|||||||
"echo -n 'Building image... '",
|
"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_now([
|
||||||
$this->execute_in_builder("docker build -f {$this->workdir}/Dockerfile {$this->build_args} --progress plain -t { $this->build_image_name {$this->workdir}"),
|
$this->execute_in_builder("docker build -f {$this->workdir}/Dockerfile {$this->build_args} --progress plain -t { $this->build_image_name {$this->workdir}"),
|
||||||
], isDebuggable: true);
|
], isDebuggable: true);
|
||||||
|
Reference in New Issue
Block a user