Merge pull request #1557 from sharelatex/ew-update-clean

add network/image prune for clean_ci

GitOrigin-RevId: 23be6f849c0c0fd473a76c12e5ba03565f1f3808
This commit is contained in:
Jessica Lawshe 2019-02-27 11:46:24 -06:00 committed by James Allen
parent dc06e166c3
commit 0d4c92054b

View file

@ -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