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.example
to.env
:
mv .env.example .env
- Paste your bot token into the
.env
file - Run a bot with:
docker compose up