services/website/Makefile

7 lines
92 B
Makefile

DOCKER ?= docker
IMAGE ?= unit/website
.PHONY: build
build:
$(DOCKER) build -t $(IMAGE) .