Skip to content

Commit f924c9d

Browse files
authored
Merge pull request #7 from code4hire/fix/cleanup-after-run
Once you are done with a container, remove it.
2 parents 11f8afe + 0d39831 commit f924c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ call_docker_compose() {
3232
}
3333

3434
call_docker_compose_run() {
35-
docker-compose run "$@"
35+
docker-compose run --rm "$@"
3636
}
3737

3838
call_docker_compose_exec() {

0 commit comments

Comments
 (0)