[ADD] docker clean all

This commit is contained in:
Mathieu Benoit 2021-01-17 03:35:36 -05:00
parent 6dc295d557
commit e3416eb681

View file

@ -42,6 +42,11 @@ docker_build:
docker_build_release:
./script/docker_build.sh --release
# docker clean all
.PHONY: docker_clean_all
docker_clean_all:
docker system prune -a --volumes
##############
# Git repo #
##############