run:
	docker build . -t this && \
	docker run --rm \
	-it \
	this

push:
	docker build -t bradyt/dart-task .
	docker push bradyt/dart-task
