build:
	docker build -t ion606-bot .

run:
	docker run --rm -d --env-file .env ion606-bot

dev: build
	docker run --rm --env-file .env ion606-bot