jh0ker / mau_mau_bot

Telegram Bot that allows you to play Mau Mau (UNO) via inline queries
GNU Affero General Public License v3.0
312 stars 231 forks source link

Latest python in Dockerfile & add docker compose #109

Closed Tackyou closed 1 year ago

Tackyou commented 1 year ago

Easier to manage the docker container with compose. Also the updated Dockerfile with new alpine and python version allows the project to be easily run on arm64 cpus. The current python alpine release points to python 3.11, runs perfectly fine with mau_mau_bot.

jh0ker commented 1 year ago

Sweet, thanks :)