Grommash9 / tg_chat_mate

https://grommash9.github.io/tg_chat_mate/
MIT License
5 stars 6 forks source link

make bot docker file faster #142

Closed Grommash9 closed 8 months ago

Grommash9 commented 8 months ago

We can use python:3.10-alpine to make our docker image building much more faster.

python:3.10-alpine don't include libmagic so we will install it additionally