mirror of
https://github.com/jimeh/docker-znc.git
synced 2026-02-19 01:46:42 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
build:
|
|
docker build -t ${USER}/znc .
|
|
|
|
push: build
|
|
docker push ${USER}/znc
|
|
|
|
.PHONY: default
|