mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
5 lines
92 B
Makefile
5 lines
92 B
Makefile
|
.PHONY: push
|
||
|
push:
|
||
|
docker build -t mxpv/nginx -f Dockerfile ../../
|
||
|
docker push mxpv/nginx
|