boothealth/Makefile

10 lines
195 B
Makefile
Raw Normal View History

2018-05-30 06:09:01 +00:00
ensure:
dep ensure
git apply patch/* --directory=vendor/github.com/ethereum/go-ethereum
image:
docker build . -t statusteam/boothealth:latest
push:
docker push statusteam/boothealth:latest