makefile fix

This commit is contained in:
2025-03-24 16:58:14 -04:00
parent b1b0af1613
commit d770cbe371
+3
View File
@@ -4,5 +4,8 @@ build:
run:
docker run --rm -d --env-file .env ion606-bot
stop:
docker stop $$(docker ps -q --filter ancestor=ion606-bot)
dev: build
docker run --rm --env-file .env ion606-bot