update README.md

This commit is contained in:
2026-01-28 05:22:32 +02:00
parent f2b8e55900
commit 42417d71ac
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -23,6 +23,11 @@ npx drizzle-kit generate && npx drizzle-kit migrate
npm run build && npm start
```
**With Docker Compose:**
```bash
docker compose up -d
```
**With Docker:**
```bash
docker build -f Dockerfile -t tg-bot .