Fix issue #3 and generally update project

This commit is contained in:
2014-01-26 12:50:05 +00:00
parent 506347539d
commit 00fbafc18f
3 changed files with 28 additions and 8 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
build:
docker build -t ${USER}/znc .
push: build
docker push ${USER}/znc
.PHONY: default