diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..76ddbfd --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +REPO := repo.shimun.net/shimun/wireguard-user + +build: + docker build . -t ${REPO} + +push: build + docker push ${REPO}