Some tiny changes

This commit is contained in:
djmaze 2020-12-09 22:42:04 +01:00
parent 21d3a9f401
commit 4321c11622
3 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ unlink($tar_destination);
echo "\n{$zip_destination} created\n{$tar_destination}.gz created\n";
// Docker build
if (readline("Build Docker image? (Y/N): ") === "Y") {
if ($options['docker'] || readline("Build Docker image? (Y/N): ") === "Y") {
copy($zip_destination, $docker_zip);
$docker = trim(`which docker`);