Added patch to fix loop in aiogram

This commit is contained in:
2022-10-12 22:54:44 +03:00
parent 8a316a47af
commit b717c032aa
3 changed files with 27 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ RUN apk update \
postgresql-dev
RUN pip install --no-cache-dir -r requirements.txt
RUN sh ./utils/patch/aiogram-patch-loop.sh
CMD ["python3", "bot.py"]