[FIX] makefile correct docker-compose from clean all
This commit is contained in:
parent
9ca904a2ec
commit
1a05a5d2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -111,4 +111,4 @@ docker_clean_all:
|
|||
|
||||
.PHONY: docker_compose_clean_all
|
||||
docker_compose_clean_all:
|
||||
./script/terminal/validate_to_continue.sh "⚠️ This will REMOVE docker compose images, volumes and network." && docker-compose down --rmi all -v
|
||||
./script/terminal/validate_to_continue.sh "⚠️ This will REMOVE docker compose images, volumes and network." && docker compose down --rmi all -v
|
||||
|
|
|
|||
Loading…
Reference in a new issue