Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 368 Bytes

Docker Example (Node.js)

This example illustrates how to use Docker to run grammY bots written for Node.js.

  1. Create a bot with @BotFather, and get the bot token
  2. Rename .env.example to .env
mv .env.example .env
  1. Paste your bot token into the .env file
  2. Run a bot with:
docker compose up