0g-chain/networks/local/Makefile

5 lines
73 B
Makefile
Raw Normal View History

2020-06-12 01:40:46 +00:00
all:
2024-04-24 11:41:25 +00:00
docker build --tag 0glabs/0g-chain-node 0g-chain-node
2020-06-12 01:40:46 +00:00
.PHONY: all