add probe

This commit is contained in:
JimChenWYU
2024-09-24 15:00:59 +08:00
parent d0f52a2b78
commit ed85e4e24c
3 changed files with 20 additions and 3 deletions

View File

@@ -22,6 +22,10 @@ start:
stop:
$(DOCKER_CLI) stop $(CONTAINER_NAME)
.PHONY: e2e
.PHONY: e2e-server
e2e-server:
sh $(shell pwd)/scripts/run.sh
sh $(shell pwd)/scripts/run.sh
.PHONY: probe-e2e
probe-e2e:
sh $(shell pwd)/scripts/probe.sh