This commit is contained in:
Andy 2017-09-23 22:17:59 +02:00
parent b3e786cd28
commit c42384b0e7

View File

@ -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)