Skip to content

Commit

Permalink
remove start-dashboard rule
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanmao Zhu <[email protected]>
  • Loading branch information
zhuyuanmao committed Feb 17, 2023
1 parent 5fb1c64 commit e22b60e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ stop: ##@Service Stop service

restart: stop start ##@Service Restart service

start-dashboard:
make -C src/dashboard start;

api-engine: # for debug only now
docker build -t hyperledger/cello-api-engine:latest -f build_image/docker/common/api-engine/Dockerfile.in ./ --platform linux/$(ARCH); \

Expand Down Expand Up @@ -187,7 +184,5 @@ local: docker-compose start-docker-compose
fabric \
docker-rest-agent \
dashboard \
start-dashboard \
docker-compose \
local \

0 comments on commit e22b60e

Please sign in to comment.