wireguard-user/Makefile
2019-01-13 16:38:35 +01:00

8 lines
121 B
Makefile

REPO := repo.shimun.net/shimun/wireguard-user
build:
docker build . -t ${REPO}
push: build
docker push ${REPO}