Bring down services before cleaning

This commit is contained in:
Wojciech Kozlowski 2018-01-23 23:01:17 +00:00
parent 4f6c81da86
commit ba08c58b28

View File

@ -141,7 +141,7 @@ runner: runner-clean runner-build runner-push
# -----------------------------------------------------------------------------
clean-all:
docker rmi $(shell docker images -q)
docker-compose down && docker rmi $(shell docker images -q)
clean-builds: html-clean wiki-clean nextcloud-cron-clean gitlab-clean proxy-clean certbot-clean runner-clean