Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Webserver blueprint: delete rancherize.json in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svensp committed Aug 28, 2019
1 parent ead2906 commit 20f74b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Blueprint/Webserver/WebserverBlueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ protected function makeDockerfile(Configuration $config): Dockerfile
}
}

$dockerfile->run('rm -Rf /var/www/app/.rancherize');
$dockerfile->run('rm -Rf /var/www/app/.rancherize && rm -Rf /var/www/app/rancherize.json');
$dockerfile->setCommand('/bin/true');
return $dockerfile;
}
Expand Down

0 comments on commit 20f74b7

Please sign in to comment.