Commit 0fdc51bb authored by duanjinfei's avatar duanjinfei

update makefile

parent 9f0a8de5
.PHONY: all build push pull
TAG := t0.0.1
TAG=t0.0.1
all: build push pull
default: all
all: pull build push
pull:
git pull
build:
docker build --no-cache -t caduceus/computing-node:$(TAG) .
docker build --no-cache -t caduceus/computing-node:$(TAG) .
push:
docker push caduceus/computing-node:$(TAG)
\ No newline at end of file
docker push caduceus/computing-node:$(TAG)
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