This example illustrates how to use Docker to run grammY bots written for Deno.
- Create a bot with @BotFather, and get the bot token
- Rename
.env.exampleto.env:
mv .env.example .env- Paste your bot token into the
.envfile - Run a bot with:
docker compose up