A lightweight Telegram bot server built with bun.js
and grammy
.
- Docker and Docker Compose installed on your machine.
- Build the Docker image:
docker compose build
- Start the application:
docker compose up -d
- View logs:
docker compose logs -f
- Stop the application:
docker compose down
License This project is licensed under the MIT License. See LICENSE for details.