build:
	docker build . -t joamatab:fedora

run:
	docker run -d -p 5901:5901 joamatab:fedora

debug:
	docker run -it joamatab:fedora bash
