
run:
	xhost +
	docker-compose run --rm disko
disko:
	docker-compose up -d --build

