add dockerfile environment

This commit is contained in:
2021-11-21 20:51:56 +06:00
parent e86d07d25d
commit fcc0b49576
7 changed files with 51 additions and 1 deletions

View File

@@ -17,6 +17,13 @@ output you will get your bot information like:
ExtendedBot(id=ChatId(chatId=1234567890), username=Username(username=@username_of_your_bot), firstName=Name of bot, lastName=, canJoinGroups=(some boolean), canReadAllGroupMessages=(some boolean), supportsInlineQueries=(some boolean))
```
### Docker
In this template there is template-like [docker-compose](docker-compose.yml) and [docker](Dockerfile) files. Besides,
there is [Makefile](Makefile) and you may use something like `make buildAndStartCompose` to start your bot.
It is important to replace `"TOKEN"` in [Dockerfile](Dockerfile) or remove and add some config as a volume.
## What next?
There are several ways to continue: