Skip to content

Commit

Permalink
Fix: Fix Local Check Script to Continuously Monitor Docker Start-up a… (
Browse files Browse the repository at this point in the history
#200)

* Fix: Fix Local Check Script to Continuously Monitor Docker Start-up about Makefile

* Update Makefile

* Update Makefile
  • Loading branch information
cubxxw authored Sep 12, 2023
1 parent 81886d2 commit cc1c5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ start:
.PHONY: check
check:
@echo "===========> Checking the service"
@$(ROOT_DIR)/scripts/check_all.sh
@$(ROOT_DIR)/scripts/check_all.sh --print-screen

## stop: Stop the chat all service.
.PHONY: stop
Expand Down

0 comments on commit cc1c5ff

Please sign in to comment.