Fix parsing phone and add redis storage for FSM in telegram bot
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user