convenience makefile

This commit is contained in:
dave 2019-09-17 14:35:43 -07:00
parent 41306e4da8
commit 5cc05af59d
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
DOCKEROPTS=--no-cache
.PHONY: image
image:
docker build -t dockermirror:5000/dpedu/plex $(DOCKEROPTS) .
.PHONY: push
push: image
docker push dockermirror:5000/dpedu/plex