Skip to content

Commit 81a225b

Browse files
Merge pull request #147 from OffchainLabs/pmikolajczyk/nit-2962-run-rm
NIT-2962: Clean one-off script containers
2 parents f293759 + efa77ac commit 81a225b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-node.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd "$mydir"
2525

2626
if [[ $# -gt 0 ]] && [[ $1 == "script" ]]; then
2727
shift
28-
docker compose run scripts "$@"
28+
docker compose run --rm scripts "$@"
2929
exit $?
3030
fi
3131

0 commit comments

Comments
 (0)