contract signature part is done

This commit is contained in:
behruz-dev
2025-07-17 14:49:06 +05:00
parent 4bde93f3ed
commit 7102cdbcfd
18 changed files with 209 additions and 26 deletions

View File

@@ -78,4 +78,10 @@ services:
ports:
- 6379:6379
bot:
build:
context: /home/behruz/bots/send-verification-code
dockerfile: Dockerfile
volumes:
- /home/behruz/bots/send-verification-code:/bot
restart: unless-stopped