build:
	docker build -t zopyx/pp-server-speedata .

build-clean:
	docker build --no-cache -t zopyx/pp-server-speedata .
