Premier commit

This commit is contained in:
nyanloutre 2017-10-05 09:17:02 +02:00
commit c7310c1c60
Signed by: nyanloutre
GPG key ID: F85D93686A3A9063
4 changed files with 133 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.PHONY: build
build:
docker build -t dogetipbot .
.PHONY: run
run: build
docker run --rm --name dogetipbot --env-file api_keys.env dogetipbot