services/mumble-web/Makefile
Palo palo 54d0cc3313 Completely reworked mumble-web Dockerfile: the base image now is npm,
also removed source as a submodule, instead pulling it from git at build time
2024-12-05 02:17:25 +01:00

7 lines
95 B
Makefile

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