mirror of
https://github.com/jimeh/docker-znc.git
synced 2026-02-19 09:56:43 +00:00
5 lines
53 B
Makefile
5 lines
53 B
Makefile
build:
|
|
docker build -t ${USER}/znc .
|
|
|
|
.PHONY: build
|