Fix parsing phone and add redis storage for FSM in telegram bot

This commit is contained in:
2026-01-17 20:03:33 +03:00
parent a065c6b7be
commit 7758a3cf62
14 changed files with 164 additions and 27 deletions

View File

@@ -11,7 +11,10 @@ ENTRYPOINT ["uv", "run"]
FROM core AS app
RUN uv sync --group sqlite --group postgresql
RUN uv sync \
--group sqlite \
--group postgresql \
--group redis
ENTRYPOINT ["uv", "run", "python", "-m", "birthday_pool_bot"]