master
Andy 7 years ago
parent b3e786cd28
commit c42384b0e7

@ -9,7 +9,7 @@ VERSION ?= latest
default: build
build:
docker build -t $(NS)/$(NAME):$(VERSION) -f Dockerfile -- .
docker build --pull -t $(NS)/$(NAME):$(VERSION) -f Dockerfile -- .
publish:
docker push $(NS)/$(NAME):$(VERSION)

Loading…
Cancel
Save