build(Makefile): remove images too on clean-all

This commit is contained in:
Sarah Vaupel 2025-03-25 15:46:39 +01:00
parent e5e7612e9b
commit 69b5818427

View File

@ -31,6 +31,7 @@ ifeq ("$(CLEAN_DEPENDENCIES)", "true")
endif
ifeq ("$(CLEAN_IMAGES)", "true")
docker compose rm --force --volumes
docker compose down --rmi 'all' --volumes
@echo "Cleaned $* image."
endif
--clean-frontend: