Premier commit
This commit is contained in:
commit
c7310c1c60
4 changed files with 133 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue