diff --git a/custom.Makefile b/custom.Makefile index 55068a0db..053b18453 100644 --- a/custom.Makefile +++ b/custom.Makefile @@ -293,4 +293,13 @@ jhu_update_theme: .SILENT: jhu_change_domain jhu_change_domain: # Change the DOMAIN= in .env - sed -i "s/DOMAIN=.*/DOMAIN=$(DOMAIN)/g" .env \ No newline at end of file + sed -i "s/DOMAIN=.*/DOMAIN=$(DOMAIN)/g" .env + +.PHONY: jhu_stop +.SILENT: jhu_stop +## JHU: Turn off idc without losing anything. +jhu_stop: + @echo "" + @echo "Stopping containers" + docker-compose stop + @echo " └─ Done" \ No newline at end of file