5 lines
89 B
Makefile
5 lines
89 B
Makefile
build:
|
|
docker build -t ion606-bot .
|
|
|
|
run:
|
|
docker run --rm -d --env-file .env ion606-bot
|