feat: implemented user confirmation for safe removal of containers and volumes in Makefile

This commit is contained in:
Patrice-Gaudicheau 2024-02-24 09:02:18 +01:00
parent a016171573
commit 0f6bdaa602
2 changed files with 11 additions and 1 deletions

View file

@ -2,7 +2,9 @@ install:
@docker-compose up -d
remove:
@docker-compose down -v
@chmod +x confirm_remove.sh
@./confirm_remove.sh
start:
@docker-compose start