fix: reply with media message

This commit is contained in:
Davidson Gomes 2024-06-10 15:15:13 -03:00
parent 95022578ba
commit 8c6e1a579f

View File

@ -30,7 +30,7 @@ RUN npm run build
FROM node:20-alpine AS final
RUN apk update && \
apk add tzdata ffmpeg
apk add tzdata ffmpeg bash
ENV TZ=America/Sao_Paulo