build:
	docker build -t transmission .

build_force:
	docker build -t transmission --no-cache .
