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

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"