osrsgamestats/Makefile

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