diff --git a/services/web/Makefile b/services/web/Makefile index c5ad11161a..d6e3f1890f 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -209,6 +209,8 @@ clean_css: clean_ci: $(DOCKER_COMPOSE) down -v -t 0 + docker image prune -af --filter "until=72h" + docker network prune -f test: test_unit test_frontend test_acceptance