Skip to content

Commit

Permalink
Added forgotten cleanUp flag for docker process to clean up container…
Browse files Browse the repository at this point in the history
… after running command
  • Loading branch information
aurimasniekis committed Jan 19, 2021
1 parent 2a83b64 commit c396b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PzComposerModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function getProcess(
$imageName,
$processArgs,
interactive: true,
cleanUp: true,
workDir: '/project',
exec: true
))->addVolume($this->cwd, '/project');
Expand Down

0 comments on commit c396b65

Please sign in to comment.