build_bin:
	ya make

docker: build_bin
	ya package package.json --docker-push --docker --docker-repository mail/swat/review --custom-version $(VERSION)-$(shell date +"%s")
