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