feat: remove !h and make the bot have an in-memory dict of greeted users instead of using the backoff service
This commit is contained in:
parent
48a3235323
commit
b2185f4174
52 changed files with 404 additions and 353 deletions
|
|
@ -29,9 +29,10 @@ WORKDIR "$APP_PATH"
|
|||
|
||||
COPY --chown=$USERNAME pyproject.toml uv.lock Makefile README.md ./
|
||||
|
||||
COPY --chown=$USERNAME src/ src/
|
||||
|
||||
RUN uv sync
|
||||
|
||||
COPY --chown=$USERNAME src/ src/
|
||||
COPY --chown=$USERNAME migrations/ migrations/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue