added suggestion command

This commit is contained in:
2025-04-08 15:21:23 -04:00
parent 34a9c5b65b
commit f78e33eca2
10 changed files with 234 additions and 51 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ build:
docker build -t ion606-bot .
run: build
docker run --rm -d --env-file .env ion606-bot
docker run --rm -d --env-file .env -v "$(shell pwd)"/data:/app/data ion606-bot
stop:
docker stop $$(docker ps -q --filter ancestor=ion606-bot)
dev: build
docker run --rm --env-file .env ion606-bot
docker run --rm --env-file .env -v "$(shell pwd)"/data:/app/data ion606-bot