Skip to content
Snippets Groups Projects
Commit 31cd9b7a authored by michael.minelli's avatar michael.minelli
Browse files

ExerciseDockerCompose => Bug fix on docker down (wrong --rmi option usage)

parent 5eb40e87
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ class ExerciseDockerCompose {
this.log('####################################################### Stop and remove containers #######################################################\n', false, false);
const dockerCompose = spawn(`${ dockerComposeCommand } down --volumes --rmi`, {
const dockerCompose = spawn(`${ dockerComposeCommand } down --volumes`, {
cwd : this.executionFolder,
shell: true
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment