update README

This commit is contained in:
2026-01-28 04:55:15 +02:00
parent c93da69281
commit f2b8e55900
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -25,14 +25,12 @@ npm run build && npm start
**With Docker:**
```bash
# Set IS_DOCKER=true in .env
docker build -f Dockerfile -t tg-bot .
docker run -d --env-file .env -v $(pwd)/data:/config/data tg-bot
```
**With Docker (Bun):**
```bash
# Set IS_DOCKER=true in .env
docker build -f Dockerfile-bun -t tg-bot-bun .
docker run -d --env-file .env -v $(pwd)/data:/config/data tg-bot-bun
```