osrsgamestats/Makefile
2021-06-26 10:51:33 -07:00

10 lines
196 B
Makefile

.PHONY: image
image:
docker build -t osrsgamestats .
.PHONY: push
push: image
docker tag osrsgamestats dockermirror:5000/dpedu/osrsgamestats
docker push dockermirror:5000/dpedu/osrsgamestats