osrsgamestats/Makefile

10 lines
196 B
Makefile
Raw Normal View History

2021-06-26 10:51:33 -07:00
.PHONY: image
image:
docker build -t osrsgamestats .
.PHONY: push
push: image
docker tag osrsgamestats dockermirror:5000/dpedu/osrsgamestats
docker push dockermirror:5000/dpedu/osrsgamestats