/ Makefile
Makefile
1 ensure: 2 dep ensure 3 git apply patch/* --directory=vendor/github.com/ethereum/go-ethereum 4 5 image: 6 docker build . -t statusteam/boothealth:latest 7 8 push: 9 docker push statusteam/boothealth:latest
1 ensure: 2 dep ensure 3 git apply patch/* --directory=vendor/github.com/ethereum/go-ethereum 4 5 image: 6 docker build . -t statusteam/boothealth:latest 7 8 push: 9 docker push statusteam/boothealth:latest