github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/networks/local/Makefile (about) 1 # Makefile for the "exchainnode" docker image. 2 3 all: 4 docker build --tag fbc/node -f node/Dockerfile ../../../fbc 5 6 .PHONY: all