docker-plex/Makefile

10 lines
174 B
Makefile
Raw Permalink Normal View History

2019-09-17 14:35:43 -07:00
DOCKEROPTS=--no-cache
.PHONY: image
image:
docker build -t dockermirror:5000/dpedu/plex $(DOCKEROPTS) .
.PHONY: push
push: image
docker push dockermirror:5000/dpedu/plex