xenu_nntp/Makefile

7 lines
116 B
Makefile

include mk/config.mk
all:
$(DOCKER) image build --tag $(IMAGE_TAG) .
publish:
$(DOCKER) image push $(IMAGE_TAG)