.PHONY: push
push:
	docker build -t mxpv/nginx -f Dockerfile ../../
	docker push mxpv/nginx