1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

5 lines
92 B
Makefile
Raw Normal View History

2019-02-24 14:19:55 -08:00
.PHONY: push
push:
docker build -t mxpv/nginx -f Dockerfile ../../
docker push mxpv/nginx