wireguard-user/Makefile
2019-04-03 01:42:23 +02:00

13 lines
223 B
Makefile

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