default: build

build:
	docker build -t sneak/sandbox .

push: build
	docker push sneak/sandbox
