Commit 6e28baeb authored by duanjinfei's avatar duanjinfei

add Makefile

parent 168c0b89
.PHONY: all build push pull
TAG ?= v0.0.1
all: build push pull
pull:
git pull
build:
docker build --no-cache -t caduceus/computing-node:${TAG} .
push:
docker push caduceus/computing-node:${TAG}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment