dogetipbot-telegram/Makefile

8 lines
145 B
Makefile

.PHONY: build
build:
docker build -t dogetipbot .
.PHONY: run
run: build
docker run --rm --name dogetipbot --env-file api_keys.env dogetipbot