xenu_nntp/Makefile
2025-01-01 18:14:31 -05:00

7 lines
116 B
Makefile

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