missing done
This commit is contained in:
parent
8991de2610
commit
4c40eedffb
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,9 @@ private function generate_buildpack()
|
|||
$this->execute_in_builder("cp {$this->workdir}/.nixpacks/Dockerfile {$this->workdir}/Dockerfile"),
|
||||
$this->execute_in_builder("rm -f {$this->workdir}/.nixpacks/Dockerfile"),
|
||||
], isDebuggable: true);
|
||||
$this->execute_now([
|
||||
"echo 'Done... '",
|
||||
]);
|
||||
}
|
||||
private function build_image()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue