This commit is contained in:
aynic.os
2021-05-30 23:45:30 +02:00
parent 8a7a545a6c
commit c9821467de
12 changed files with 37 additions and 44 deletions
+1 -5
View File
@@ -2,13 +2,9 @@
# CLEAN
.PHONY: clean app-clean
clean: app-clean docker-compose-down clean-env ## Clean application and docker images
clean: app-clean docker-compose-down .env-clean ## Clean application and docker images
# target clean@%: Clean deployed application and docker images
.PHONY: clean@%
clean@%:
$(call make,docker-compose-down DOCKER_COMPOSE_DOWN_OPTIONS='--rmi all -v')
.PHONY: clean-env
clean-env:
rm -i .env || true