Skip to content

Commit

Permalink
fix: destroy task
Browse files Browse the repository at this point in the history
  • Loading branch information
JorickPepin committed Nov 22, 2024
1 parent c9efbc5 commit 3962a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .castor/docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function destroy(
}
}

docker_compose(['down', '--remove-orphans', '--volumes', '--rmi=local'], withBuilder: true);
docker_compose(['down', '--remove-orphans', '--volumes', '--rmi=local'], withBuilder: true, profiles: ['default', 'worker']);
$files = finder()
->in(variable('root_dir') . '/infrastructure/docker/services/router/certs/')
->name('*.pem')
Expand Down

0 comments on commit 3962a89

Please sign in to comment.