feat: add bot generated replies when it's being mentioned

This commit is contained in:
cătălin 2025-12-09 11:58:04 +01:00
commit 0fa72f1bb4
No known key found for this signature in database
7 changed files with 1665 additions and 981 deletions

View file

@ -16,7 +16,7 @@ ENV PYTHONPATH="$APP_PATH"
ENV PATH="$APP_HOME/.local/bin:$PATH"
# hadolint ignore=DL3001,DL3008,DL3018
RUN apk add --no-cache make python3~=3.12 curl \
RUN apk add --no-cache make python3~=3.12 curl git \
&& adduser -S -u "$USERID" -h "$APP_HOME" "$USERNAME" \
&& mkdir -p "$APP_PATH" \
&& chown -R "$USERID:$GROUPID" "$APP_PATH"