This commit is contained in:
djmaze 2020-12-02 15:19:44 +01:00
parent 85b79bce4c
commit b7f79db21c
3 changed files with 13 additions and 13 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 (readline("Build Docker image? (Y/N): ") === "Y") {
copy($zip_destination, $docker_zip);
$docker = trim(`which docker`);