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
-3
View File
@@ -24,9 +24,6 @@ CHAT_IDS_WHITELIST=
# Test environment mode
TEST_ENVIRONMENT=false
# Docker deployment
IS_DOCKER=false
# Only creator can use bot
ONLY_FOR_CREATOR_MODE=false
-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
```