all:
	docker build -t overviewer:src .

run:
	docker run --rm -it overviewer:src /bin/bash
