run: build
	docker run -p 33113:80 nattka-bugzilla

build:
	docker build -t nattka-bugzilla .

.PHONY: build run
