Files
docker-deluge-openvpn/Makefile
2020-11-10 23:31:05 +01:00

9 lines
128 B
Makefile

IMAGE=192.168.10.26:5000/deluge-openvpn
.PHONY: build
build:
sh build.sh "$(IMAGE)"
.PHONY: push
push:
sh push.sh "$(IMAGE)"