all: build upload

build:
	docker build -t adarnimrod/sahi-phantomjs .

push:
	docker push adarnimrod/sahi-phantomjs
