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

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

push:
	docker push zopyx/pp.server

