Merge pull request #7608 from morehouse/docker_autoclean

make: clean up container after linting
This commit is contained in:
Oliver Gugger 2023-04-19 10:39:09 +02:00 committed by GitHub
commit 68dc01977c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ ifneq ($(workers),)
LINT_WORKERS = --concurrency=$(workers)
endif
DOCKER_TOOLS = docker run -v $$(pwd):/build lnd-tools
DOCKER_TOOLS = docker run --rm -v $$(pwd):/build lnd-tools
GREEN := "\\033[0;32m"
NC := "\\033[0m"