Files
docker-znc/Makefile

5 lines
53 B
Makefile

build:
docker build -t ${USER}/znc .
.PHONY: build