added actions and animal gif routes

This commit is contained in:
2025-03-24 16:34:59 -04:00
parent edf72fe289
commit b1b0af1613
5 changed files with 332 additions and 9 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ build:
docker build -t ion606-bot .
run:
docker run --rm -d --env-file .env ion606-bot
docker run --rm -d --env-file .env ion606-bot
dev: build
docker run --rm --env-file .env ion606-bot